uvtools: 5.0.8 -> 5.0.9

did not test the build
This commit is contained in:
2025-04-04 15:11:33 +00:00
parent 278488a089
commit 93566f9e69
2 changed files with 8 additions and 13 deletions

View File

@@ -19,15 +19,10 @@
"version": "4.10.0.5680",
"hash": "sha256-j7I+xgLo8gB+5rKqW5FVtP6o3xqx3acrcMjKGr8ZlJ8="
},
{
"pname": "Emgu.CV",
"version": "4.9.0.5494",
"hash": "sha256-mU7daSkOHtA/obp0Cq67+K9yHJhLNM+XYh0B4jfWI8c="
},
{
"pname": "Emgu.CV.runtime.mini.macos",
"version": "4.9.0.5494",
"hash": "sha256-/Q560p1jViBIn2cKLymGMArtYEmd17HjZArHFTror/Y="
"version": "4.10.0.5683",
"hash": "sha256-tIBd9EJ74MVWuEzESZHx75g3rXDPkObrcfep10zC+28="
},
{
"pname": "Emgu.CV.runtime.mini.ubuntu-x64",
@@ -461,8 +456,8 @@
},
{
"pname": "System.Memory",
"version": "4.6.0",
"hash": "sha256-OhAEKzUM6eEaH99DcGaMz2pFLG/q/N4KVWqqiBYUOFo="
"version": "4.6.2",
"hash": "sha256-Ku7QoTMAwkaWgtms0n1YYxmWZqQt31SEJF25+WTWPd4="
},
{
"pname": "System.Net.Http",
@@ -656,8 +651,8 @@
},
{
"pname": "System.Text.Json",
"version": "9.0.2",
"hash": "sha256-kftKUuGgZtF4APmp77U79ws76mEIi+R9+DSVGikA5y8="
"version": "9.0.3",
"hash": "sha256-I7z6sRb2XbbXNZ2MyNbn2wysh1P2cnk4v6BM0zucj1w="
},
{
"pname": "System.Text.RegularExpressions",

View File

@@ -7,12 +7,12 @@
}:
buildDotnetModule rec {
pname = "UVtools";
version = "5.0.8";
version = "5.0.9";
src = fetchFromGitHub {
owner = "sn4k3";
repo = "UVtools";
rev = "v${version}";
hash = "sha256-Sad4djDrjQsmcYY4/+inRYwf0WxQXaHdHASyWfoNeww=";
hash = "sha256-ujdtE2ubv4T3KYEdMEPDp+w3YHY7xO8fbDT4DEQ3bsQ=";
};
nugetDeps = ./deps.json;