authelia: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-02-26 21:30:13 +02:00
parent 83412af7a5
commit 8ce1e1291d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ rec {
hash = "sha256-u7TIhOGXfvWdAXvpL5qa43jaoa7PNAVL2MtGEuWBDPc=";
};
vendorHash = "sha256-7RoPv4OvOhiv+TmYOJuW95h/uh2LuTrpUSAZiTvbh7g=";
pnpmDepsHash = "sha256-uRwSpy/aZA4hG2rEY8hlD8pXJ7lvNoIa6a3VSZuZgcs=";
pnpmDepsHash = "sha256-Ck2nqFwDv3OxN0ONA3A+h4Rli1te+EYqKivcqrAInKw=";
}
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
sourceRoot
;
inherit pnpm; # This may be different than pkgs.pnpm
fetcherVersion = 1;
fetcherVersion = 3;
hash = pnpmDepsHash;
};