Merge pull request #79912 from r-ryantm/auto-update/git-remote-gcrypt

gitAndTools.gitRemoteGcrypt: 1.2 -> 1.3
This commit is contained in:
Mario Rodas 2020-02-12 06:18:19 -05:00 committed by GitHub
commit 72ce1ffa9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "git-remote-gcrypt";
version = "1.2";
version = "1.3";
rev = version;
src = fetchFromGitHub {
inherit rev;
owner = "spwhitton";
repo = "git-remote-gcrypt";
sha256 = "0isfg0vlmcphxzj4jm32dycprhym26ina1b28jgc4j57kiqqrdcy";
sha256 = "0n8fzvr6y0pxrbvkywlky2bd8jvi0ayp4n9hwi84l1ldmv4a40dh";
};
outputs = [ "out" "man" ];