Unverified Commit 14940af1 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

sub-store: 2.21.25 -> 2.21.40 (#496701)

parents 1d51bd1a a1a32196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildNpmPackage (finalAttrs: {
  pname = "sub-store";
  version = "2.21.25";
  version = "2.21.40";

  src = fetchFromGitHub {
    owner = "sub-store-org";
    repo = "Sub-Store";
    tag = finalAttrs.version;
    hash = "sha256-/ltYEwzH6F0C0nMhtptJeJWxgewJ3uABlvSCZSgOufA=";
    hash = "sha256-CAV4by6ijJTyZ5VtWvuM+AVEtKdMfkEheVxS6CmWZvQ=";
  };

  sourceRoot = "${finalAttrs.src.name}/backend";