more caching

This commit is contained in:
Henry Hiles 2026-02-19 13:43:53 -05:00
commit 2918200327
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -12,13 +12,13 @@
src = pkgs.fetchFromCodeberg {
owner = "lapingvino";
repo = "cinny";
rev = "e612663520f7f880e4c193a0b4aaca3d99e1bade";
hash = "sha256-sShOLXd/L4NDCHOUap09JJ8V7voxKrehx//9sh2xugw=";
rev = "719381934efbe3aab098d4f077ec4ee14a30eddb";
hash = "";
};
npmDeps = pkgs.fetchNpmDeps {
inherit src;
name = "${old.pname}-${old.version}-npm-deps";
hash = "sha256-a4cnxo5smN+a6DWKPPkbGkd8gcQe/jazSEmrqKcN0fA=";
hash = "";
};
});
}