Unverified Commit 192acafc authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nix-update: 1.9.0 -> 1.10.0 (#388971)

parents de166a3f 634342c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
let
  self = python3Packages.buildPythonApplication {
    pname = "nix-update";
    version = "1.9.0";
    version = "1.10.0";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "Mic92";
      repo = "nix-update";
      tag = self.version;
      hash = "sha256-I9p2CLvzu9DMUCQynQAYski6kwo/NZHdIxCXLpgzOac=";
      hash = "sha256-fGs/EdCEoDA9N5gPtHU6CaDZo9e/aqW6pm6atsjK7PI=";
    };

    build-system = [ python3Packages.setuptools ];