nucleus: 1 -> 2
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user