Unverified Commit b53e7090 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

pingvin-share: 1.1.1 -> 1.1.3 (#345734)

parents 1040a45f 4ae0139c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildNpmPackage {
    prisma
  ];

  npmDepsHash = "sha256-Uw2mjg8H+7XTm6SjfYHYkP7MJl8kdJXDKBFcx6VffPs=";
  npmDepsHash = "sha256-F+pYEsaU4Rsiq1z3rwGeKznZqpITF+AoFgswhTFeXf8=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];

+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
}:

let
  version = "1.1.1";
  version = "1.1.3";
  src = fetchFromGitHub {
    owner = "stonith404";
    repo = "pingvin-share";
    rev = "v${version}";
    hash = "sha256-nBNz4xEMEnOJGxVIbpukGzlAEgG+uGntvTJoc+GHmIw=";
    hash = "sha256-n3EwmS8uKrhEuNOh55eAkEtibAerAy6AduszW4leJuI=";
  };
in

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ buildNpmPackage {
  buildInputs = [ vips ];
  nativeBuildInputs = [ pkg-config ];

  npmDepsHash = "sha256-iw7IoEjiLUiDuK9AKI7jXDaUVT6FklmZuZ+CKDig3tE=";
  npmDepsHash = "sha256-laVAVwx/A/6TunCmmZYQKAuYqv1xTG3e1DIonj2S9IU=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];