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

pupdate: 3.1.0 -> 3.2.0
This commit is contained in:
h7x4
2024-02-02 01:36:58 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-wIYqEtbQZsj9gq5KaLhd+sEnrKHBHzA9jWR+9dGDQ0s=";
hash = "sha256-9u1CKxWohGj7Gm3BrC2tpoQAY1r3cpP8OIePo+g7ETo=";
};
buildInputs = [