Merge pull request #183298 from r-ryantm/auto-update/gh-eco

gh-eco: 0.1.0 -> 0.1.2
This commit is contained in:
Jonas Heinrich 2022-08-24 09:31:55 +02:00 committed by GitHub
commit 0b2f6597b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";