Unverified Commit dda2eb2d authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

jellyseerr: 2.1.0 -> 2.2.3 (#371028)

parents 5c7ad3ad 36759ee1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@ let
in
stdenv.mkDerivation rec {
  pname = "jellyseerr";
  version = "2.1.0";
  version = "2.2.3";

  src = fetchFromGitHub {
    owner = "Fallenbagel";
    repo = "jellyseerr";
    rev = "v${version}";
    hash = "sha256-5kaeqhjUy9Lgx4/uFcGRlAo+ROEOdTWc2m49rq8R8Hs=";
    hash = "sha256-JkbmCyunaMngAKUNLQHxfa1pktXxTjeL6ngvIgiAsGo=";
  };

  pnpmDeps = pnpm.fetchDeps {
    inherit pname version src;
    hash = "sha256-xu6DeaBArQmnqEnIgjc1DTZujQebSkjuai9tMHeQWCk=";
    hash = "sha256-1r2+aeRb6zdpqqimufibVRjeAdvwHL0GiQSu5pHBh+U=";
  };

  buildInputs = [ sqlite ];