From 39b13ead5b8ba8d687401533b82beeffd713ff7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:27:39 +0000 Subject: [PATCH] chore: update flake.nix for v0.22.6 [skip ci] (#337) Co-authored-by: github-actions[bot] --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 53f7d66..f9b7817 100644 --- a/flake.nix +++ b/flake.nix @@ -94,17 +94,17 @@ pkgConfigPath = lib.makeSearchPath "lib/pkgconfig" ( pkgConfigLibs ++ map lib.getDev pkgConfigLibs ); - releaseVersion = "0.22.5"; + releaseVersion = "0.22.6"; releaseAppImage = if system == "x86_64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.5/Donut_0.22.5_amd64.AppImage"; - hash = "sha256-709vcQ3SsFxsZEmDkuamlbHVsbFhGBAb3x59YvTehl4="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.6/Donut_0.22.6_amd64.AppImage"; + hash = "sha256-sbYM8YKfQznGDl7kCJFDH2Ak+q//vYuHM6loXHckOAs="; } else if system == "aarch64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.5/Donut_0.22.5_aarch64.AppImage"; - hash = "sha256-T7ZrRvo7gM5mnzmXfLQXVMekf28jVOgFlfAAi89huMY="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.6/Donut_0.22.6_aarch64.AppImage"; + hash = "sha256-piMZR+ZxOyaxz6lom6aRZDyuU5fsu3kJFbOSsS5YuKI="; } else null;