gitAndTools.gitRemoteGcrypt: 1.1 -> 1.2 (#52312)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/git-remote-gcrypt/versions
This commit is contained in:
R. RyanTM 2019-01-01 10:55:43 -08:00 committed by xeji
parent 1c78a0313d
commit 4bf76de51c

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "git-remote-gcrypt-${version}";
version = "1.1";
version = "1.2";
rev = version;
src = fetchFromGitHub {
inherit rev;
owner = "spwhitton";
repo = "git-remote-gcrypt";
sha256 = "0mhz5mqnr35rk7j4wyhp7hzmqgv8r554n9qlm4iw565bz7acvq24";
sha256 = "0isfg0vlmcphxzj4jm32dycprhym26ina1b28jgc4j57kiqqrdcy";
};
outputs = [ "out" "man" ];