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

sub-store-frontend: 2.16.12 -> 2.16.13 (#488789)

parents dfaa8883 688c13ab
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.12";
  version = "2.16.13";

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

  nativeBuildInputs = [