Skip to content

Commit

Permalink
pgraphs: 0.6.13 -> 0.6.17 (#333191)
Browse files Browse the repository at this point in the history
  • Loading branch information
smancill authored Aug 29, 2024
2 parents eed04f2 + 2a2d3cb commit d8c6bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pg/pgraphs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildNpmPackage rec {
pname = "pgraphs";
version = "0.6.13";
version = "0.6.17";

src = fetchFromGitHub {
owner = "pg-format";
repo = "pgraphs";
rev = "refs/tags/v${version}";
hash = "sha256-NLQMBEN/wO/xOMy+gX3sQZRqU8gYesXS7hwRGWyjvX0=";
hash = "sha256-0Zo8Vg2KHhEGvO+vrbcP0ZTnfLtNTE2fqxq5LwPsJGs=";
};

npmDepsHash = "sha256-Fj5huWKatJmdH2PUqNWWysE+qhiq7aR2ue723Pv5Y4M=";
npmDepsHash = "sha256-47zT3wlCnVIcv0Sst4lUWLUMiWftgvP60cOmHu65vB8=";
dontNpmBuild = true;

meta = {
Expand Down

0 comments on commit d8c6bdd

Please sign in to comment.