git-remote-gcrypt: 1.3 -> 1.4
This commit is contained in:
parent
5953c2bc94
commit
347820365f
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-remote-gcrypt";
|
pname = "git-remote-gcrypt";
|
||||||
version = "1.3";
|
version = "1.4";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "spwhitton";
|
owner = "spwhitton";
|
||||||
repo = "git-remote-gcrypt";
|
repo = "git-remote-gcrypt";
|
||||||
sha256 = "0n8fzvr6y0pxrbvkywlky2bd8jvi0ayp4n9hwi84l1ldmv4a40dh";
|
sha256 = "sha256-uHgz8Aj5w8UOo/XbptCRKON1RAdDfFsLL9ZDEF1QrPQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
Loading…
Reference in New Issue