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

pupdate: 3.8.0 -> 3.9.0
This commit is contained in:
Nick Cao
2024-03-13 19:48:05 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "pupdate";
version = "3.8.0";
version = "3.9.0";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-i9Y0liHeHrVwkYWzC/oRRKK3fu3GVcCfM6jGO9asIdQ=";
hash = "sha256-T37zIYtfnoNJ/aHMfqKIx/zj6mqmY/3sN3LmxJglxHM=";
};
buildInputs = [