seanime: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm
2026-04-22 05:50:37 +00:00
parent 4d0e985dd0
commit 379d03b2d9
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "seanime";
version = "3.6.0";
version = "3.6.1";
src = fetchFromGitHub {
owner = "5rahim";
repo = "seanime";
tag = "v${finalAttrs.version}";
hash = "sha256-R6WKRuU2kBvw9XD3iAZky1YNKWDv+W7YZAwpprYeWkw=";
hash = "sha256-utKOewhtuivkp0mtns2ysp+q0nwou7tojZ6VjrPhEMw=";
};
nativeBuildInputs = [