gitAndTools.git-subtrac: 0.01 -> 0.02

This commit is contained in:
Mario Rodas 2020-05-05 04:20:00 -05:00
parent bc6bad222e
commit 7f306cd78f
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-subtrac";
version = "0.01";
version = "0.02";
src = fetchFromGitHub {
owner = "apenwarr";
repo = pname;
rev = "v${version}";
sha256 = "1w6gd0x1902lzpqr74gsdrnxq36f6v14bv8h0vhlrfhbwbsih7n6";
sha256 = "1nj950r38sxzrgw69m1xphm7a4km2g29iw2897gfx4wx57jl957k";
};
modSha256 = "147vzllp1gydk2156hif313vwykagrj35vaiqy1swqczxs7p9hhs";