From 111b6819f06c456731670b47ba2e768cb3cbacc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:31:04 +0000 Subject: [PATCH] chore: update flake.nix for v0.22.0 [skip ci] (#307) 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 20b2f98..e02d54b 100644 --- a/flake.nix +++ b/flake.nix @@ -94,17 +94,17 @@ pkgConfigPath = lib.makeSearchPath "lib/pkgconfig" ( pkgConfigLibs ++ map lib.getDev pkgConfigLibs ); - releaseVersion = "0.21.2"; + releaseVersion = "0.22.0"; releaseAppImage = if system == "x86_64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.21.2/Donut_0.21.2_amd64.AppImage"; - hash = "sha256-wHaH4CVKp7OkBQfohqA8+hU7jdYpvYj1DaqD1ow5yCg="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.0/Donut_0.22.0_amd64.AppImage"; + hash = "sha256-3/GJD0yPFvRC3hIrplH9dBd5K22VQznINC3JYJI8q68="; } else if system == "aarch64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.21.2/Donut_0.21.2_aarch64.AppImage"; - hash = "sha256-OX3NyTKBYxoH4j+rmfhlNHmiTaQbrKCiFxtqODF/NKM="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.22.0/Donut_0.22.0_aarch64.AppImage"; + hash = "sha256-znOAotD5UYfj2bhXzAhHkaKDxGNSRc3fdeckna9J+RY="; } else null;