seerr: 3.2.0 -> 3.3.0 (#527263)

This commit is contained in:
Austin Horstman
2026-06-05 13:37:06 +00:00
committed by GitHub

View File

@@ -20,20 +20,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "seerr";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "seerr-team";
repo = "seerr";
tag = "v${finalAttrs.version}";
hash = "sha256-rZ4o0ccfQjZBzWItEEFfxVi/cNO3HWnoDeNGpQ94H6E=";
hash = "sha256-L3gIpkxWIPvAz2o4gDS41w4GyCEfdVVrIQE6hNBLz90=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-j/qMS792IFr0Cn/cFUargHSOTw4vz79kr58XhJVikBQ=";
hash = "sha256-WFbTBk2U0KS65LauKcqtD+y6RlcIMnN4tUWYM2WOUnQ=";
};
buildInputs = [ sqlite ];