3
0
Fork 0
forked from mirrors/nixpkgs

gitAndTools.grv: 0.3.1 -> 0.3.2

This commit is contained in:
Jörg Thalheim 2020-03-18 10:47:13 +00:00
parent b3e6d205b8
commit d13c14b5e3
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -1,6 +1,6 @@
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
let
version = "0.3.1";
version = "0.3.2";
in
buildGoPackage {
pname = "grv";
@ -15,7 +15,7 @@ buildGoPackage {
owner = "rgburke";
repo = "grv";
rev = "v${version}";
sha256 = "16ylapsibqrqwx45l4ypr3av07rd1haf10v838mjqsakf8l1xc0b";
sha256 = "0bpjsk35rlp56z8149z890adnhmxyh743vsls3q86j4682b83kyf";
fetchSubmodules = true;
};