Merge pull request #42264 from r-ryantm/auto-update/git-secret

git-secret: 0.2.3 -> 0.2.4
This commit is contained in:
Jörg Thalheim 2018-06-20 10:53:08 +01:00 committed by GitHub
commit 22bc57c314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg }:
let
version = "0.2.3";
version = "0.2.4";
repo = "git-secret";
in stdenv.mkDerivation {
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
inherit repo;
owner = "sobolevn";
rev = "v${version}";
sha256 = "1swgw91zzs9n582500a34cppyngrqrqrnl80d1vd7i93xx1lkmv6";
sha256 = "0lx2rjyhy3xh6ik755lbbl40v7a7ayyqk68jj8mnv42f2vhd66xl";
};
buildInputs = [ makeWrapper ];