Unverified Commit df11922a authored by patka's avatar patka
Browse files

nix-update: 1.5.2 -> 1.6.0

parent 9860c3b7
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.5.2";
    version = "1.6.0";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "Mic92";
      repo = "nix-update";
      rev = "refs/tags/${self.version}";
      hash = "sha256-6kR4UEBZvbQNoR3l8/It5ZTCC+mB14jzj7MNnFoQJwE=";
      hash = "sha256-CpvLZ5cXNkIbAZjO1HebFaOiLyeesnkQxJ95V0anaII=";
    };

    build-system = [ python3Packages.setuptools ];