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

git-remote-gcrypt: 1.4 -> 1.5
This commit is contained in:
Jonas Heinrich 2022-08-30 10:06:29 +02:00 committed by GitHub
commit 1cc8a7ba88
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.4";
version = "1.5";
rev = version;
src = fetchFromGitHub {
inherit rev;
owner = "spwhitton";
repo = "git-remote-gcrypt";
sha256 = "sha256-uHgz8Aj5w8UOo/XbptCRKON1RAdDfFsLL9ZDEF1QrPQ=";
sha256 = "sha256-uy6s3YQwY/aZmQoW/qe1YrSlfNHyDTXBFxB6fPGiPNQ=";
};
outputs = [ "out" "man" ];