Unverified Commit 88f7a7b9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

nucleus: 1 -> 2 (#461531)

parents 6e59cdd3 e66c15ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [