Skip to content

Commit

Permalink
gcs: 5.27.0 -> 5.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaSajt committed Nov 1, 2024
1 parent 41dea55 commit 2167c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/gc/gcs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildGoModule rec {
pname = "gcs";
version = "5.27.0";
version = "5.28.1";

src = fetchFromGitHub {
owner = "richardwilkes";
Expand All @@ -43,22 +43,22 @@ buildGoModule rec {
. refresh-pdf.js.sh
'';

hash = "sha256-QVkyemBQ7RrV3dpP3n7Pg0XljdxWtCphZIj2T77nKtU=";
hash = "sha256-ArJ+GveG2Y1PYeCuIFJoQ3eVyqvAi4HEeAEd4X03yu4=";
};

modPostBuild = ''
chmod +w vendor/github.com/richardwilkes/pdf
sed -i 's|-lmupdf[^ ]* |-lmupdf |g' vendor/github.com/richardwilkes/pdf/pdf.go
'';

vendorHash = "sha256-+vCc1g5noAl/iwEYhNZJYPiScKqKGKlsuruoUO/4tiU=";
vendorHash = "sha256-EmAGkQ+GHzVbSq/nPu0awL79jRmZuMHheBWwanfEgGI=";

frontend = buildNpmPackage {
name = "${pname}-${version}-frontend";

inherit src;
sourceRoot = "${src.name}/server/frontend";
npmDepsHash = "sha256-VWTJg/pluRYVVBDiJ+t2uhyodRuIFfHpzCZMte1krDM=";
npmDepsHash = "sha256-LqOH3jhp4Mx7JGYSjF29kVUny3xNn7oX0qCYi79SH4w=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 2167c83

Please sign in to comment.