pupdate: 3.13.0 -> 3.15.0 (#342567)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-17 20:05:29 +00:00 committed by GitHub
commit f6166b50dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.13.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "pupdate";
rev = "${version}";
hash = "sha256-czQU5O0z87v8p2GWYkRkhB5te/lub/yW4bMDd5EkVOQ=";
hash = "sha256-oe5Z9psxyPhxwrGVJpq5yXzmCUh3ugBQ4NQ/eoCD9AA=";
};
buildInputs = [