uvtools: 5.1.6 -> 5.1.7
This commit is contained in:
@@ -16,38 +16,38 @@
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.CV",
|
||||
"version": "4.10.0.5680",
|
||||
"hash": "sha256-j7I+xgLo8gB+5rKqW5FVtP6o3xqx3acrcMjKGr8ZlJ8="
|
||||
"version": "4.11.0.5746",
|
||||
"hash": "sha256-tx6EAS6d7jIG/iID001ftLBG4tySXrwNQUxsRcgzCUI="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.CV.runtime.mini.macos",
|
||||
"version": "4.10.0.5683",
|
||||
"hash": "sha256-tIBd9EJ74MVWuEzESZHx75g3rXDPkObrcfep10zC+28="
|
||||
"version": "4.11.0.5746",
|
||||
"hash": "sha256-Fjo47HsnCEsTomS4bHC1V0hNUVqW30sg3nSjwbf5mSg="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.CV.runtime.mini.ubuntu-x64",
|
||||
"version": "4.10.0.5680",
|
||||
"hash": "sha256-1/7UpLgOeO05E8rO1YU35duS6rWgRLfJcL+NKfcl7JQ="
|
||||
"version": "4.11.0.5746",
|
||||
"hash": "sha256-hs5w2Nc0Edlqt5HhhgMznPSZOnPUhQ9WC6nFZiEbtVE="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.CV.runtime.mini.windows",
|
||||
"version": "4.10.0.5680",
|
||||
"hash": "sha256-l2ex5Ee3fT8gYgoOfFRYkDMxrJEzN6iQfmkpurkjyiw="
|
||||
"version": "4.11.0.5746",
|
||||
"hash": "sha256-qkZ/rn0CqnXGEs2GsmwHMqL66V1LdC7O4+KFrRkT2dU="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.runtime.windows.msvc.rt.arm64",
|
||||
"version": "19.42.34435",
|
||||
"hash": "sha256-pTbkAxOA2C7VUSFkseCsCzJsJjEAAD+FvNhgRNWHHqs="
|
||||
"version": "19.44.35207.1",
|
||||
"hash": "sha256-e89p3QpirWinqjHWav7K/T4epjJCvV/DMOZmfo3MV9k="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.runtime.windows.msvc.rt.x64",
|
||||
"version": "19.42.34435",
|
||||
"hash": "sha256-9hnikUxzdcBaY/K1RWcOHgybynQmr1vjfF949DxaMmE="
|
||||
"version": "19.44.35207.1",
|
||||
"hash": "sha256-HtNC6cxpsVBNYl2Q67JiLUyRBBuaB3mGT8QA8plTvN8="
|
||||
},
|
||||
{
|
||||
"pname": "Emgu.runtime.windows.msvc.rt.x86",
|
||||
"version": "19.42.34435",
|
||||
"hash": "sha256-mQDyYqtJrZeKYMTd6JhtKaaY7NzdZWDuwxKwyQ+GxuU="
|
||||
"version": "19.44.35207.1",
|
||||
"hash": "sha256-qIa/JuUMh5EXiFePziXjJ7IEI3pHQGN6hQCm+jgaNnU="
|
||||
},
|
||||
{
|
||||
"pname": "K4os.Compression.LZ4",
|
||||
@@ -356,8 +356,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "SixLabors.ImageSharp",
|
||||
"version": "3.1.10",
|
||||
"hash": "sha256-6bVTSCxLY8Dt+9lpo4F4xEtMv5oPve2vS76O/lcuIok="
|
||||
"version": "3.1.11",
|
||||
"hash": "sha256-MlRF+3SGfahbsB1pZGKMOrsfUCx//hCo7ECrXr03DpA="
|
||||
},
|
||||
{
|
||||
"pname": "System.AppContext",
|
||||
@@ -666,8 +666,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "System.Text.Json",
|
||||
"version": "9.0.7",
|
||||
"hash": "sha256-f3leKX3r7JoUbKo6tnuIsPVYJHNbElHWffhyqk1+2C0="
|
||||
"version": "9.0.8",
|
||||
"hash": "sha256-CEoLOj0KeuctK2jXd6yZ+/5yx4apsEh7+xsJH95h/1c="
|
||||
},
|
||||
{
|
||||
"pname": "System.Text.RegularExpressions",
|
||||
|
@@ -7,12 +7,12 @@
|
||||
}:
|
||||
buildDotnetModule rec {
|
||||
pname = "UVtools";
|
||||
version = "5.1.6";
|
||||
version = "5.1.7";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sn4k3";
|
||||
repo = "UVtools";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nAJ83dez3mYWTfLJ4+Nf+9nD5eOBn8ie3Hym0DODqG0=";
|
||||
hash = "sha256-+3E8Ts+rv72Jq4jLcmyU3KUP7U0k6Ruo5+Dn0hdj+Yg=";
|
||||
};
|
||||
|
||||
nugetDeps = ./deps.json;
|
||||
|
Reference in New Issue
Block a user