Unverified Commit 7306bb49 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pupdate: 4.7.0 -> 4.8.1 (#499941)

parents e2c56502 de47e759
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildDotnetModule rec {
  pname = "pupdate";
  version = "4.7.0";
  version = "4.8.1";

  src = fetchFromGitHub {
    owner = "mattpannella";
    repo = "pupdate";
    rev = "${version}";
    hash = "sha256-KodDuTVw06IFfwVOgbVwgNp74czjEcgu/T9rgYXlASQ=";
    hash = "sha256-XZom0PDK5Vno0lCDFYE0lyH+ZDlfRNYqwUDo+zrI4ow=";
  };

  buildInputs = [