Unverified Commit 62aa00dd authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

pingvin-share: 1.10.2 -> 1.11.1 (#397885)

parents 2ec212b4 6ce3f966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildNpmPackage {
    prisma
  ];

  npmDepsHash = "sha256-Np79hY7ooCFBqrL1tswq4HdITa815/DpkSfV8zrsJPQ=";
  npmDepsHash = "sha256-o++v2dy9Cq2DW1owY8ea2wRr8wxr0bzuswd3ljM5Rbg=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];

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

let
  version = "1.10.2";
  version = "1.11.1";
  src = fetchFromGitHub {
    owner = "stonith404";
    repo = "pingvin-share";
    rev = "v${version}";
    hash = "sha256-xP6XiehTbbXu9hCxF1mwb9ud/2SCnaskhz9XMtF3HKI=";
    hash = "sha256-ye26VyfeKcQk1gTLxVqsYmrqK0nqmU2Cl+fIrWdryLQ=";
  };
in

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

  npmDepsHash = "sha256-ZtIQnBNK/blpm3I9fc6iulhcykcUSEaHX3D/rSr3vBo=";
  npmDepsHash = "sha256-OLlh1YLS+fKw9Mcc2y724+WyK/j80McM2nGDLf2UzPA=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];