Merge pull request #300158 from r-ryantm/auto-update/pupdate

pupdate: 3.9.0 -> 3.9.1
This commit is contained in:
Nick Cao 2024-03-30 10:27:23 -04:00 committed by GitHub
commit 7773b0aa5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-T37zIYtfnoNJ/aHMfqKIx/zj6mqmY/3sN3LmxJglxHM=";
hash = "sha256-3Bts/jTyivZ+ch7UjFo3oGVRmVK2QhCYh8NkeQhDYDY=";
};
buildInputs = [