arrpc: 3.3.0 -> 3.3.1
This commit is contained in:
parent
79d98568c5
commit
96cdcbe722
1 changed files with 3 additions and 3 deletions
|
@ -3,15 +3,15 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}: buildNpmPackage rec {
|
}: buildNpmPackage rec {
|
||||||
pname = "arrpc";
|
pname = "arrpc";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenAsar";
|
owner = "OpenAsar";
|
||||||
repo = "arrpc";
|
repo = "arrpc";
|
||||||
# Release commits are not tagged
|
# Release commits are not tagged
|
||||||
# release: 3.3.0
|
# release: 3.3.0
|
||||||
rev = "c6e23e7eb733ad396d3eebc328404cc656fed581";
|
rev = "b4796fffe3bf1b1361cc4781024349f7a4f9400e";
|
||||||
hash = "sha256-OeEFNbmGp5SWVdJJwXZUkkNrei9jyuPc+4E960l8VRA=";
|
hash = "sha256-iEfV85tRl2KyjodoaSxVHiqweBpLeiCAYWc8+afl/sA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-YlSUGncpY0MyTiCfZcPsfcNx3fR+SCtkOFWbjOPLUzk=";
|
npmDepsHash = "sha256-YlSUGncpY0MyTiCfZcPsfcNx3fR+SCtkOFWbjOPLUzk=";
|
||||||
|
|
Loading…
Reference in a new issue