nix-heuristic-gc: 0.6.0 -> 0.6.1

This commit is contained in:
Adam Dinwoodie
2025-03-05 18:14:32 +00:00
parent 3aabf4d8d6
commit b9970c8ef7
+2 -2
View File
@@ -9,12 +9,12 @@
}:
python3Packages.buildPythonPackage rec {
pname = "nix-heuristic-gc";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "risicle";
repo = "nix-heuristic-gc";
tag = "v${version}";
hash = "sha256-lph+rm8qXoA6h2dJTYeuj9HJAx6PnKZSdsKBElbBUbY=";
hash = "sha256-3SSIbfOx6oYsCZgK71bbx2H3bAMZ3VJxWfiMVPq5FaE=";
};
# NIX_SYSTEM suggested at