Unverified Commit 27383769 authored by RatCornu's avatar RatCornu
Browse files

pingvin-share: 1.3.0 -> 1.4.0

parent 7872a84d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildNpmPackage {
    prisma
  ];

  npmDepsHash = "sha256-/tzYrPzfB2TDy+o5ZGlUUbLKaEuu+YesnWFWF+VEaCM=";
  npmDepsHash = "sha256-IeryDlBFG+fu0FyqlNujkF+O+YwfQm0hoMMvp/vN0IQ=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];

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

let
  version = "1.3.0";
  version = "1.4.0";
  src = fetchFromGitHub {
    owner = "stonith404";
    repo = "pingvin-share";
    rev = "v${version}";
    hash = "sha256-OCAuntdOdIQ3hFOoSQxoPzNSg1mz1qrNhtayXZ0Hl8o=";
    hash = "sha256-5tu81kB9UDui2/n5KJLRug4IHeDihuv8+HWeo0saqAM=";
  };
in

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

  npmDepsHash = "sha256-RBeKjljFnUwdVdIMd+huqKXvrsDp4weSgcCAIOSxeeM=";
  npmDepsHash = "sha256-G9UzA/laXEiU101ehFwhi0i6PAeErNWqmb1fu4W+cII=";
  makeCacheWritable = true;
  npmFlags = [ "--legacy-peer-deps" ];