1
0
forked from nikkuss/pkgs

fix: uses rev from nvfetcher

This commit is contained in:
2026-05-30 12:45:54 +01:00
parent 8d618dff18
commit c7c53eafae
+2 -2
View File
@@ -15,10 +15,10 @@
sqlite,
callPackage,
}: let
version = "1.13.1";
sources = callPackage ../../../../_sources/generated.nix {};
src = sources.grimoire.src;
version = src.rev;
# This would go into nvfetcher but it isnt versioned..
grimoire-social-src = fetchFromGitHub {
@@ -31,7 +31,7 @@
pnpmDeps = pnpm.fetchDeps {
pname = "grimoire";
inherit version src;
fetcherVersion = 2;
fetcherVersion = 3;
hash = "sha256-CrVc0gO0CtesGHbGxnrFeDR3NahyaxGSI3lMHtbGfcM=";
};
in