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

sub-store-frontend: 2.16.30 -> 2.16.46 (#507590)

parents 381568d8 e50e0f95
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.30";
  version = "2.16.46";

  src = fetchFromGitHub {
    owner = "sub-store-org";
    repo = "Sub-Store-Front-End";
    tag = finalAttrs.version;
    hash = "sha256-D4oAW0H/yKPHSWAWNivlaONXC1e8zxj8Rluhk68c8q8=";
    hash = "sha256-2E1g4QlakBKT8B81BYGjJMttutg02e2Azo2XVpbzkgM=";
  };

  nativeBuildInputs = [