gitAndTools.grv: 0.3.0 -> 0.3.1

This commit is contained in:
Andreas Rammhold 2019-01-09 22:16:22 +01:00
parent a6a8712146
commit 590f267c5b
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -1,6 +1,6 @@
{ stdenv, buildGo19Package, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
let
version = "0.3.0";
version = "0.3.1";
in
buildGo19Package {
name = "grv-${version}";
@ -14,7 +14,7 @@ buildGo19Package {
owner = "rgburke";
repo = "grv";
rev = "v${version}";
sha256 = "00v502mwnpv09l7fsbq3s72i5fz5dxbildwxgw0r8zzf6d54xrgl";
sha256 = "16ylapsibqrqwx45l4ypr3av07rd1haf10v838mjqsakf8l1xc0b";
fetchSubmodules = true;
};