uvtools: 5.0.9 -> 5.0.10
This commit is contained in:
@@ -456,8 +456,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "System.Memory",
|
||||
"version": "4.6.2",
|
||||
"hash": "sha256-Ku7QoTMAwkaWgtms0n1YYxmWZqQt31SEJF25+WTWPd4="
|
||||
"version": "4.6.3",
|
||||
"hash": "sha256-JgeK63WMmumF6L+FH5cwJgYdpqXrSDcgTQwtIgTHKVU="
|
||||
},
|
||||
{
|
||||
"pname": "System.Net.Http",
|
||||
@@ -651,8 +651,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "System.Text.Json",
|
||||
"version": "9.0.3",
|
||||
"hash": "sha256-I7z6sRb2XbbXNZ2MyNbn2wysh1P2cnk4v6BM0zucj1w="
|
||||
"version": "9.0.4",
|
||||
"hash": "sha256-oIOqfOIIUXXVkfFiTCI9wwIJBETQqF7ZcOJv2iYuq1s="
|
||||
},
|
||||
{
|
||||
"pname": "System.Text.RegularExpressions",
|
||||
|
@@ -7,12 +7,12 @@
|
||||
}:
|
||||
buildDotnetModule rec {
|
||||
pname = "UVtools";
|
||||
version = "5.0.9";
|
||||
version = "5.1.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sn4k3";
|
||||
repo = "UVtools";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ujdtE2ubv4T3KYEdMEPDp+w3YHY7xO8fbDT4DEQ3bsQ=";
|
||||
hash = "sha256-d+SMbu6zTEBGkI2kXAe3CQMlBkBqD88YojN1Tbry7Bk=";
|
||||
};
|
||||
|
||||
nugetDeps = ./deps.json;
|
||||
|
Reference in New Issue
Block a user