Unverified Commit 8737f372 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nix-update: 1.11.0 -> 1.12.0 (#431021)

parents fc3ed27d c3e2bc99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nix-update";
  version = "1.11.0";
  version = "1.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nix-update";
    tag = version;
    hash = "sha256-G5YehePEMhTgxCnLp8Dg+bDHvOe+QltlCkQHVwMtYx0=";
    hash = "sha256-oibBkZ7JxVVJSnabHGB0XNwJiYJiAdfUhp7hxTv8ArY=";
  };

  build-system = [ python3Packages.setuptools ];