e-search: migrate from fetcherVersion = 2 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-05-05 17:11:26 +03:00
parent 5a8ec57b93
commit 38ac6fe05d
+2 -2
View File
@@ -71,8 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version src;
nativeBuildInputs = [ gitMinimal ];
pnpm = pnpm';
fetcherVersion = 2;
hash = "sha256-q0+6vkDZdcDXwsTxby2RuQUYTgEnxGx1CeXROSrG9lU=";
fetcherVersion = 3;
hash = "sha256-gP/0WeVp+Y8QgPmAmbFt+cInX6+4oxPIYlwFpSh2hPQ=";
};
nativeBuildInputs = [