animeko: 4.9.0 -> 4.9.1

This commit is contained in:
R. Ryantm
2025-04-29 07:41:10 +00:00
parent 917ee0af83
commit 1fc23387aa
+2 -2
View File
@@ -79,13 +79,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "animeko";
version = "4.9.0";
version = "4.9.1";
src = fetchFromGitHub {
owner = "open-ani";
repo = "animeko";
tag = "v${finalAttrs.version}";
hash = "sha256-fxnnOczLs88/OWYqHKTrWQyzqnqeODMKfoE3aQweQTc=";
hash = "sha256-NmvZR0NSo9y3vvdLqtyVKUlhCGq4Qu7Pbz/7Ufvf7rQ=";
fetchSubmodules = true;
};