Skip to content

Commit

Permalink
Merge pull request #39770 from r-ryantm/auto-update/git-remote-gcrypt
Browse files Browse the repository at this point in the history
gitAndTools.gitRemoteGcrypt: 1.0.3 -> 1.1
  • Loading branch information
xeji committed May 5, 2018
2 parents ae148ea + d86866c commit dc4aa99
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
name = "git-remote-gcrypt-${version}";
version = "1.0.3";
version = "1.1";
rev = version;

src = fetchFromGitHub {
inherit rev;
owner = "spwhitton";
repo = "git-remote-gcrypt";
sha256 = "1vay3204729c7wajgn3nxf0s0hzwpdrw14pl6kd8w2ss25gvw2k1";
sha256 = "0mhz5mqnr35rk7j4wyhp7hzmqgv8r554n9qlm4iw565bz7acvq24";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit dc4aa99

Please sign in to comment.