Skip to content

Commit

Permalink
[Backport release-24.11] pingvin-share: 1.1.3 -> 1.8.0 (#374145)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 16, 2025
2 parents 869634e + 624012e commit 1793f6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/pingvin-share/backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildNpmPackage {
prisma
];

npmDepsHash = "sha256-F+pYEsaU4Rsiq1z3rwGeKznZqpITF+AoFgswhTFeXf8=";
npmDepsHash = "sha256-zzN4r2hednmm5DFnK/RRTKPq0vWiGhG+WyNTPNNP1vc=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/pingvin-share/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}:

let
version = "1.1.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-n3EwmS8uKrhEuNOh55eAkEtibAerAy6AduszW4leJuI=";
hash = "sha256-cgB2cnpWdQFqdz9Lxyl87MOvhELge0YwwY0AoKqL8BU=";
};
in

Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/pingvin-share/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];

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

Expand Down

0 comments on commit 1793f6c

Please sign in to comment.