pupdate: 3.11.0 -> 3.11.1

This commit is contained in:
R. Ryantm 2024-08-08 06:41:32 +00:00
parent 008f830016
commit 6de8cff79f

View File

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