git-recent: 1.1.0 -> 1.1.1

This commit is contained in:
José Luis Lafuente 2019-06-30 11:41:06 +02:00 committed by Matthieu Coudron
parent a1eec05a0c
commit e295fd8137

View file

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
name = "git-recent-${version}";
version = "1.1.0";
pname = "git-recent";
version = "1.1.1";
src = fetchFromGitHub {
owner = "paulirish";
repo = "git-recent";
rev = "v${version}";
sha256 = "06r1jzmzdv3d4vxdh5qyf5g5rgavxfmh2rpbs7a7byg3k7d77hpn";
sha256 = "1g8i6vpjnnfh7vc1269c91bap267w4bxdqqwnzb8x18vqgn2fx8i";
};
buildInputs = [ makeWrapper ];