Skip to content

Commit

Permalink
Merge pull request #284253 from r-ryantm/auto-update/pupdate
Browse files Browse the repository at this point in the history
pupdate: 3.0.0 -> 3.1.0
  • Loading branch information
NickCao committed Jan 27, 2024
2 parents 6ae98d4 + 42bc9bc commit 26f8f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pu/pupdate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildDotnetModule rec {
pname = "pupdate";
version = "3.0.0";
version = "3.1.0";

src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-Lr3orYOSzFQCLduBhp2MtGbgiKtFB1CgP/iMMySSvEk=";
hash = "sha256-wIYqEtbQZsj9gq5KaLhd+sEnrKHBHzA9jWR+9dGDQ0s=";
};

buildInputs = [
Expand Down

0 comments on commit 26f8f97

Please sign in to comment.