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

sub-store-frontend: 2.16.11 -> 2.16.12 (#486293)

parents cb745c39 cef38843
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.11";
  version = "2.16.12";

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

  nativeBuildInputs = [