Unverified Commit 124b966f authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

nix-update: 1.12.1 -> 1.13.0 (#443899)

parents db5d517d 8ee365a7
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.12.1";
  version = "1.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nix-update";
    tag = version;
    hash = "sha256-ygbAx4TV9NFjpttn+4ELT3Zfu/tiRyigO7R4WT/ntTw=";
    hash = "sha256-+d4NexgDkpuiesuA6vOv2COD3bgWddIL1SjFxuDF1dA=";
  };

  build-system = [ python3Packages.setuptools ];