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

pupdate: 3.10.3 -> 3.11.0
This commit is contained in:
tomberek 2024-07-28 00:15:15 -04:00 committed by GitHub
commit 8963af287b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "pupdate"; pname = "pupdate";
version = "3.10.3"; version = "3.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mattpannella"; owner = "mattpannella";
repo = "${pname}"; repo = "${pname}";
rev = "${version}"; rev = "${version}";
hash = "sha256-xaoOfylDf8KBGjS5RxPH156PRfEBFk+sRZ4QTCMSQbY="; hash = "sha256-SqEmpmjI0m6bJT43TLEmEciNEqR/ggQZqFLCm7oFSnY=";
}; };
buildInputs = [ buildInputs = [