nucleus: 2 -> 3 (#523658)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-27 01:25:18 +00:00
committed by GitHub
+2 -2
View File
@@ -14,7 +14,7 @@
nix-update-script,
}:
let
version = "2";
version = "3";
in
python3Packages.buildPythonApplication {
pname = "nucleus";
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication {
owner = "lo-vely";
repo = "nucleus";
tag = "v${version}";
hash = "sha256-VBKeHKmNYB2P3x+C7HOzXHjkuUqR6GWoHihAXxhV0wY=";
hash = "sha256-0IuFKOadweGYvflCN2c1hvW+X4GzvqG8ZRhPzuVSBr8=";
};
nativeBuildInputs = [