From 99074280ea65bc599765db98b537d82f4849d203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 09:29:04 +0000 Subject: [PATCH] chore: update flake.nix for v0.24.2 [skip ci] (#370) 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 6096559..51d6a90 100644 --- a/flake.nix +++ b/flake.nix @@ -94,17 +94,17 @@ pkgConfigPath = lib.makeSearchPath "lib/pkgconfig" ( pkgConfigLibs ++ map lib.getDev pkgConfigLibs ); - releaseVersion = "0.24.1"; + releaseVersion = "0.24.2"; releaseAppImage = if system == "x86_64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.24.1/Donut_0.24.1_amd64.AppImage"; - hash = "sha256-nJ4WmbXQcnXWDaneucOlwzZmlOOBx+G/qDeCHH6/Vno="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.24.2/Donut_0.24.2_amd64.AppImage"; + hash = "sha256-140PSB/1BLGUB4sI/RgfYe7uUjwRFWXtdSnUZz6Wr0U="; } else if system == "aarch64-linux" then pkgs.fetchurl { - url = "https://github.com/zhom/donutbrowser/releases/download/v0.24.1/Donut_0.24.1_aarch64.AppImage"; - hash = "sha256-aLzHAdn+o9YsnKtK5BpjjrzAAbp/itsN1QdELTpHyTQ="; + url = "https://github.com/zhom/donutbrowser/releases/download/v0.24.2/Donut_0.24.2_aarch64.AppImage"; + hash = "sha256-QPGV6XO0ugPAJSbPJrVwDsEb9lw3dcL6IdU17UCYH4E="; } else null;