pupdate: 3.11.1 -> 3.12.0

This commit is contained in:
R. Ryantm 2024-08-28 16:47:59 +00:00
parent 8a2f45a81f
commit 9705ae5906

View File

@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.11.1";
version = "3.12.0";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "pupdate";
rev = "${version}";
hash = "sha256-odlKNp6kjOAYeRIHnLniqkCXTi1UXF3szn8tJtrxzQU=";
hash = "sha256-55tFnkF+zjvrGbG5AzBGc4nLqbPPMZ8+/muzav4dnsQ=";
};
buildInputs = [