From 66f177370a2d10f2cdf1cbea5f64a725b82e09ee Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 11 Oct 2024 15:16:25 +0530 Subject: [PATCH] nix: fix sha256 of nixpkgs release 24-05 (#21416) --- nix/pkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs.nix b/nix/pkgs.nix index a009cb54a3..5a29d42e06 100644 --- a/nix/pkgs.nix +++ b/nix/pkgs.nix @@ -10,7 +10,7 @@ let # https://github.com/NixOS/nixpkgs/releases/tag/24.05 nixpkgsSrc = builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/df27247e6f3e636c119e2610bf12d38b5e98cc79.tar.gz"; - sha256 = "sha256:0zynbk52khdfhg4qfv26h3r5156xff5p0cga2cin7b07i7lqminh"; + sha256 = "sha256:0bbvimk7xb7akrx106mmsiwf9nzxnssisqmqffla03zz51d0kz2n"; }; # FIXME: remove this additional source when nixpkgs includes gradle 8.8 in stable channel