fix(pkgs/gr/grimoire): fix hash for grimoire and grimoire-social

This commit is contained in:
2026-08-17 14:05:23 +02:00
parent 99784e0928
commit 7eba4f3313
+3 -4
View File
@@ -15,8 +15,7 @@
callPackage,
makeDesktopItem,
copyDesktopItems,
}:
let
}: let
sources = callPackage ../../../../_sources/generated.nix {};
src = sources.grimoire.src;
@@ -27,14 +26,14 @@ let
owner = "Slush97";
repo = "grimoire-social";
rev = "main";
hash = "sha256-f+wUZOR7dqigxd/IZtay1BrLS5rcSnaDage3NXxqsPE=";
hash = "sha256-AR2rTNDuge19t+VAqL/I6dmB8f5niIqINmNnRL70k94=";
};
pnpmDeps = pnpm.fetchDeps {
pname = "grimoire";
inherit version src;
fetcherVersion = 4;
hash = "sha256-Mqvvemc3oDCiuY/UnDOc73P+dLqMEFnwQotodVhrPao=";
hash = "sha256-7Lh4Y3sr50tIO7vsVwfJNC2zKyiqMz6EO81egS/DC2k=";
# hash = lib.fakeHash;
};