Unverified Commit 388c0de9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #286216 from r-ryantm/auto-update/pupdate

pupdate: 3.2.0 -> 3.2.1
parents 802d1e60 f9987e4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildDotnetModule rec {
  pname = "pupdate";
  version = "3.2.0";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "mattpannella";
    repo = "${pname}";
    rev = "${version}";
    hash = "sha256-9u1CKxWohGj7Gm3BrC2tpoQAY1r3cpP8OIePo+g7ETo=";
    hash = "sha256-jAZozcCHgKFTPCRktajrI77iH/GBbzhWa+QKZz1w62Y=";
  };

  buildInputs = [