seanime: 3.3.0 -> 3.3.1 (#482100)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-24 19:15:04 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
ffmpeg,
}:
let
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "5rahim";
repo = "seanime";
rev = "v${version}";
hash = "sha256-AsRbT4P4B8uWyCtoET14pqqXjkZraoPPih6waiuHVso=";
hash = "sha256-kK5f/71/LuBVNJLiMfPJsJjxvf6ZorGxtVwC9rX2MEk=";
};
seanime-web = buildNpmPackage {