uvtools: 5.1.2 -> 5.1.3

This commit is contained in:
2025-06-16 16:55:28 +00:00
parent 0b241ea4ab
commit d4c9e47cff
2 changed files with 8 additions and 8 deletions

View File

@@ -341,8 +341,8 @@
}, },
{ {
"pname": "SixLabors.ImageSharp", "pname": "SixLabors.ImageSharp",
"version": "3.1.8", "version": "3.1.10",
"hash": "sha256-cE9BQfbCvJ0Mf+fQiTD8elOZEPcfZHjDz2BHdiO+D08=" "hash": "sha256-6bVTSCxLY8Dt+9lpo4F4xEtMv5oPve2vS76O/lcuIok="
}, },
{ {
"pname": "System.AppContext", "pname": "System.AppContext",
@@ -651,8 +651,8 @@
}, },
{ {
"pname": "System.Text.Json", "pname": "System.Text.Json",
"version": "9.0.5", "version": "9.0.6",
"hash": "sha256-M5G8EtmsV13O3qNMsAdk4isdKJ/SHfrbRzMhdVsoG2c=" "hash": "sha256-WC/QbZhTaoZ3PbDKcFvJwMIA4xLUdnMrAXGlOW87VNY="
}, },
{ {
"pname": "System.Text.RegularExpressions", "pname": "System.Text.RegularExpressions",
@@ -696,7 +696,7 @@
}, },
{ {
"pname": "ZLinq", "pname": "ZLinq",
"version": "1.4.6", "version": "1.4.10",
"hash": "sha256-RJUdcCwX6elhP6VYvySAyRB2Ar6TH3HnqMWjB8TaMl8=" "hash": "sha256-8zMGi58JoJPv1+HDj8xdwCHjRwCelNG7r7FFPiX3vxY="
} }
] ]

View File

@@ -7,12 +7,12 @@
}: }:
buildDotnetModule rec { buildDotnetModule rec {
pname = "UVtools"; pname = "UVtools";
version = "5.1.2"; version = "5.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sn4k3"; owner = "sn4k3";
repo = "UVtools"; repo = "UVtools";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qiY83J7RRwLzeBtIkyw5Ggvk6JJ7hDA0p9A6Je5rf0g="; hash = "sha256-gQa0wn3g5eGx26oi9ena3T+h85k+xrVbzu//oLOkPBI=";
}; };
nugetDeps = ./deps.json; nugetDeps = ./deps.json;