Commit 9705ae59 authored by R. RyanTM's avatar R. RyanTM
Browse files

pupdate: 3.11.1 -> 3.12.0

parent 8a2f45a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildDotnetModule rec {
  pname = "pupdate";
  version = "3.11.1";
  version = "3.12.0";

  src = fetchFromGitHub {
    owner = "mattpannella";
    repo = "pupdate";
    rev = "${version}";
    hash = "sha256-odlKNp6kjOAYeRIHnLniqkCXTi1UXF3szn8tJtrxzQU=";
    hash = "sha256-55tFnkF+zjvrGbG5AzBGc4nLqbPPMZ8+/muzav4dnsQ=";
  };

  buildInputs = [