pupdate: 3.18.0 -> 3.19.0 (#349960)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-21 23:17:19 +00:00 committed by GitHub
commit a3b403801c
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.18.0"; version = "3.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mattpannella"; owner = "mattpannella";
repo = "pupdate"; repo = "pupdate";
rev = "${version}"; rev = "${version}";
hash = "sha256-GTdca47Jp/q1IpX1IAMZgOgHjBPNSotFSL9O6bfTfnM="; hash = "sha256-ogQ7pYLfeyoxg0p7nxUvYhmgDw5xtd7qkFM08B4FDBU=";
}; };
buildInputs = [ buildInputs = [