Skip to content

Commit

Permalink
Merge pull request #307618 from r-ryantm/auto-update/graphqurl
Browse files Browse the repository at this point in the history
graphqurl: 1.0.1 -> 1.0.3
  • Loading branch information
NickCao committed Apr 29, 2024
2 parents 393dcb8 + fb720e5 commit 723854e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/graphqurl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

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

src = fetchFromGitHub {
owner = "hasura";
repo = "graphqurl";
rev = "v${version}";
hash = "sha256-0dR8lLD0yatAvE3kA90cNOzVRTFpQmzN1l13hdFr3TM=";
hash = "sha256-w7t3p7TOBA0nxUlfRfQkiZ26SCDCwv03A1r+pTgUCqc=";
};

npmDepsHash = "sha256-2kLmhNFO/ySa6S9rBNYCePmsYXWz006IxiOJ7ZUkgPw=";
npmDepsHash = "sha256-17eRYr0vgnq7eFtlYY2CwvluwhbXWClL3onTNBkDF0c=";

dontNpmBuild = true;

Expand Down

0 comments on commit 723854e

Please sign in to comment.