jellyseerr: 2.5.2 -> 2.7.0 (#417121)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:00:54 +00:00
committed by GitHub
+3 -3
View File
@@ -17,18 +17,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "jellyseerr";
version = "2.5.2";
version = "2.7.0";
src = fetchFromGitHub {
owner = "Fallenbagel";
repo = "jellyseerr";
tag = "v${finalAttrs.version}";
hash = "sha256-EbBvgaTTMA4B7uBwiftIy54oo0K5hCvIAWhBHjeM5WU=";
hash = "sha256-JzJYRwrwDk8LQZAfWwym+SFTn8YhALghpZb2Dd+3nP4=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-4odVuAhjc9lUxorWOqPd2ODgexk5PDSS2HtFyq0csU0=";
hash = "sha256-Ym16jPHMHKmojMQOuMamDsW/u+oP1UhbCP5dooTUzFQ=";
};
buildInputs = [ sqlite ];