fix: uses rev from nvfetcher
check / build (pull_request) Failing after 15s

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, sqlite,
callPackage, callPackage,
}: let }: let
version = "1.13.1";
sources = callPackage ../../../../_sources/generated.nix {}; sources = callPackage ../../../../_sources/generated.nix {};
src = sources.grimoire.src; src = sources.grimoire.src;
version = src.rev;
# This would go into nvfetcher but it isnt versioned.. # This would go into nvfetcher but it isnt versioned..
grimoire-social-src = fetchFromGitHub { grimoire-social-src = fetchFromGitHub {
@@ -31,7 +31,7 @@
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
pname = "grimoire"; pname = "grimoire";
inherit version src; inherit version src;
fetcherVersion = 2; fetcherVersion = 3;
hash = "sha256-CrVc0gO0CtesGHbGxnrFeDR3NahyaxGSI3lMHtbGfcM="; hash = "sha256-CrVc0gO0CtesGHbGxnrFeDR3NahyaxGSI3lMHtbGfcM=";
}; };
in in