nucleus: 1 -> 2

This commit is contained in:
R. Ryantm
2025-11-14 10:10:51 +00:00
parent 61630d4ab5
commit e66c15acbb

View File

@@ -14,7 +14,7 @@
nix-update-script,
}:
let
version = "1";
version = "2";
in
python3Packages.buildPythonApplication {
pname = "nucleus";
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication {
owner = "lo-vely";
repo = "nucleus";
tag = "v${version}";
hash = "sha256-8y3sbtfq4hZuEwReduIkud91SOj9XrURrZRUs2M74mQ=";
hash = "sha256-VBKeHKmNYB2P3x+C7HOzXHjkuUqR6GWoHihAXxhV0wY=";
};
nativeBuildInputs = [