Commit de47e759 authored by R. RyanTM's avatar R. RyanTM
Browse files

pupdate: 4.7.0 -> 4.8.1

parent 86cf58e3
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 = [