Commit 30ece3dec88b

Vincent Demeester <vincent@sbr.pm>
2026-06-19 10:57:35
fix(pkgs): pin jellyfin-auto-collections rev
Pinned to specific commit instead of 'master' branch to prevent hash drift when upstream pushes changes.
1 parent af90ba6
Changed files (1)
pkgs
jellyfin-auto-collections
pkgs/jellyfin-auto-collections/default.nix
@@ -14,8 +14,8 @@ python3.pkgs.buildPythonApplication rec {
   src = fetchFromGitHub {
     owner = "ghomasHudson";
     repo = "Jellyfin-Auto-Collections";
-    rev = "master";
-    hash = "sha256-4dfpOgZ6mCbyzFKeP53ZQpfjK1dOp45rsclQzoQjzeQ=";
+    rev = "541088d916473fb09990e64bf1c8182d11670d8b";
+    hash = "sha256-wSS7d863Qxyp0gyOCoZVTCFANhL9dK35cIX1X58TtK4=";
   };
 
   nativeBuildInputs = [ makeWrapper ];