Skip to content

Commit

Permalink
graphqurl: 1.0.3 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 2, 2024
1 parent 7746ea9 commit 43694a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/graphqurl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildNpmPackage rec {
pname = "graphqurl";
version = "1.0.3";
version = "2.0.0";

src = fetchFromGitHub {
owner = "hasura";
repo = "graphqurl";
rev = "v${version}";
hash = "sha256-w7t3p7TOBA0nxUlfRfQkiZ26SCDCwv03A1r+pTgUCqc=";
hash = "sha256-q46DX/luUwBoVskKy9+hXOkpGmlh+lNRvwfcTn6DPN8=";
};

npmDepsHash = "sha256-17eRYr0vgnq7eFtlYY2CwvluwhbXWClL3onTNBkDF0c=";
npmDepsHash = "sha256-TfKQWghcsVPPfn/a1A84sh0FT57WSnQt9uuiO1ScoAY=";

dontNpmBuild = true;

Expand Down

0 comments on commit 43694a8

Please sign in to comment.