gh-eco: 0.1.0 -> 0.1.2

This commit is contained in:
R. Ryantm 2022-07-28 12:39:18 +00:00
parent 2d9b7cb5f0
commit 682f5266ff

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gh-eco";
version = "0.1.0";
version = "0.1.2";
src = fetchFromGitHub {
owner = "coloradocolby";
repo = "gh-eco";
rev = "v${version}";
sha256 = "sha256-rJG1k8lOyXQSP3FgyyHZvVrQkn2yEtAcgg9CpbPvCwY=";
sha256 = "sha256-P/s7uSD5MWwiw0ScRVHAlu68GflrGxgPNpVAMdpxYcs=";
};
vendorSha256 = "sha256-Qx/QGIurjKGFcIdCot1MFPatbGHfum48JOoHlvqA64c=";