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

sub-store-frontend: 2.16.13 -> 2.16.15 (#491258)

parents 1af4030a a3f2345c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildNpmPackage (finalAttrs: {
  pname = "sub-store-frontend";
  version = "2.16.13";
  version = "2.16.15";

  src = fetchFromGitHub {
    owner = "sub-store-org";
    repo = "Sub-Store-Front-End";
    tag = finalAttrs.version;
    hash = "sha256-aqwmuTD2PgMGJgpBhFj2lqRcPqxhir+NHLNsFRLjG98=";
    hash = "sha256-YlN3nv/wbHMUocQbt77iq5vD8FTJAdysDEmRRZSbQkE=";
  };

  nativeBuildInputs = [