1
0
forked from nikkuss/pkgs

fix: vpkmerge and grimorie are using nvfetch now

This commit is contained in:
2026-05-29 14:30:40 +01:00
parent 8969f1cb5c
commit 4a59b86a47
+5
View File
@@ -34,6 +34,11 @@
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-CrVc0gO0CtesGHbGxnrFeDR3NahyaxGSI3lMHtbGfcM="; hash = "sha256-CrVc0gO0CtesGHbGxnrFeDR3NahyaxGSI3lMHtbGfcM=";
}; };
# Put into its own flake
# vpkmerge-bin = fetchurl {
# url = "https://github.com/Slush97/vpkmerge/releases/download/v0.4.0/vpkmerge-linux-x86_64";
# sha256 = "6860a989335afec0aa19544cf30cbebac9dc6b88af3f3a8d9c3340a6435fa045";
# };
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "grimoire"; pname = "grimoire";