pupdate: 3.10.1 -> 3.10.2

This commit is contained in:
R. Ryantm 2024-05-03 13:51:01 +00:00
parent eba1ebd609
commit f1e53bd5e8
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-xr5XD0V3kt4fDm8GNotGuttAeWwwlAr2iFA/RezvC4w=";
hash = "sha256-XPPbxlmwuM9q1NkeI8MX6w+ZbC272o2BPopQgkqU4Ek=";
};
buildInputs = [