1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

pupdate: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-01-27 13:40:29 +00:00
parent 58c189c2a4
commit 42bc9bc4e4

View file

@ -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 = [