Unverified Commit 04dc69b6 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #243142 from figsoda/up

parents 2de8efef 59bcad89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "nix-update";
  version = "0.18.0";
  version = "0.19.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = pname;
    rev = version;
    hash = "sha256-6VROgVx1bQRgoCZJYXQPAgkqArqAnMwTNg7iHLhbKro=";
    hash = "sha256-v58x48la837gbqMaQ6PEl9Ick1NH+Y4okf2yttDzqC4=";
  };

  makeWrapperArgs = [