shoko: 5.2.4 -> 5.2.5 (#485313)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-31 11:06:40 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -46,13 +46,13 @@
},
{
"pname": "Magick.NET-Q8-AnyCPU",
"version": "14.9.1",
"hash": "sha256-4svX77hA0bfAo9Lbbks6RfAwB4DbUI8mwduMbmyaEfQ="
"version": "14.10.2",
"hash": "sha256-A59uS2ahwzpbr+MAlUV+dGroLYShs12X7SoRHe8ogxc="
},
{
"pname": "Magick.NET.Core",
"version": "14.9.1",
"hash": "sha256-FkFcEeK08Jrp9y1znQzy4uyW6sMU1bVi3s5e5em2of4="
"version": "14.10.2",
"hash": "sha256-Dbx2XVhb0oe0zz1I9XAT+d41fY3hqwQIxt53zKlU+6k="
},
{
"pname": "MessagePack",
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "shoko";
version = "5.2.4";
version = "5.2.5";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "ShokoServer";
tag = "v${finalAttrs.version}";
hash = "sha256-dV2q1eCCBsqe/zsmVoCyBpnbUXQ2tPoWWlZTypZLHV8=";
hash = "sha256-NH7HCneYR0LP96jihz8aS8ifcxnCm7h5GnIYf1k5274=";
fetchSubmodules = true;
};