jellyseerr: 2.7.0 -> 2.7.2 (#427537)

This commit is contained in:
Matthias Beyer 2025-07-29 17:38:14 +02:00 committed by GitHub
commit c75e1d18a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,19 +17,19 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "jellyseerr";
version = "2.7.0";
version = "2.7.2";
src = fetchFromGitHub {
owner = "Fallenbagel";
repo = "jellyseerr";
tag = "v${finalAttrs.version}";
hash = "sha256-JzJYRwrwDk8LQZAfWwym+SFTn8YhALghpZb2Dd+3nP4=";
hash = "sha256-MaLmdG98WewnNJt7z6OP9xv6zlNwwu/+YnPM0Iebxj4=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
hash = "sha256-Ym16jPHMHKmojMQOuMamDsW/u+oP1UhbCP5dooTUzFQ=";
hash = "sha256-3df72m/ARgfelBLE6Bhi8+ThHytowVOBL2Ndk7auDgg=";
};
buildInputs = [ sqlite ];