uvtools: 5.1.5 -> 5.1.6

This commit is contained in:
2025-07-28 17:24:06 +00:00
parent 6c37bc38fa
commit 162953b004
2 changed files with 4 additions and 4 deletions

View File

@@ -711,7 +711,7 @@
},
{
"pname": "ZLinq",
"version": "1.5.1",
"hash": "sha256-O7Zrxg6lXn079MjmZ+7/MHJYkOHHVF2M0yhNFkirGrA="
"version": "1.5.2",
"hash": "sha256-j3gikzndyZ7yXKbfHpTIbvzZmNYpb9RhwW19CQElydQ="
}
]

View File

@@ -7,12 +7,12 @@
}:
buildDotnetModule rec {
pname = "UVtools";
version = "5.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "sn4k3";
repo = "UVtools";
rev = "v${version}";
hash = "sha256-nI21JFkNulQc6MUIb0yzhr1jQmSRhD1PmMIB0FG1Whk=";
hash = "sha256-nAJ83dez3mYWTfLJ4+Nf+9nD5eOBn8ie3Hym0DODqG0=";
};
nugetDeps = ./deps.json;