Skip to content

Commit

Permalink
Merge pull request #308269 from liquidovski/patch-10
Browse files Browse the repository at this point in the history
arrpc: 3.3.0 -> 3.4.0
  • Loading branch information
wegank authored May 2, 2024
2 parents c234142 + 07e4649 commit 1067307
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/ar/arrpc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
, fetchFromGitHub
}: buildNpmPackage rec {
pname = "arrpc";
version = "3.3.1";
version = "3.4.0";

src = fetchFromGitHub {
owner = "OpenAsar";
repo = "arrpc";
# Release commits are not tagged
# release: 3.3.0
rev = "b4796fffe3bf1b1361cc4781024349f7a4f9400e";
hash = "sha256-iEfV85tRl2KyjodoaSxVHiqweBpLeiCAYWc8+afl/sA=";
# release: 3.4.0
rev = "cca93db585dedf8acc1423f5e2db215de95c4c3b";
hash = "sha256-SeegrCgbjfVxG/9xfOcdfbVdDssZOhjBRnDipu6L7Wg=";
};

npmDepsHash = "sha256-YlSUGncpY0MyTiCfZcPsfcNx3fR+SCtkOFWbjOPLUzk=";
npmDepsHash = "sha256-S9cIyTXqCp8++Yj3VjBbcStOjzjgd0Cq7KL7NNzZFpY=";

dontNpmBuild = true;

Expand Down

0 comments on commit 1067307

Please sign in to comment.