ctop: 0.7.3 -> 0.7.4

This commit is contained in:
R. RyanTM 2020-10-29 12:41:41 +00:00
parent 05f6de94cf
commit 8b1d379ee3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ctop";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "bcicen";
repo = pname;
rev = "v${version}";
sha256 = "0y72l65xgfqrgghzbm1zcy776l5m31z0gn6vfr689zyi3k3f4kh8";
sha256 = "0zslxd00pypn6ri7r420mqxjqy3i6qv944f7899saapsb2m08w7j";
};
vendorSha256 = "1x4li44vg0l1x205v9a971cgphplxhsrn59q97gmj9cfy4m7jdfw";
vendorSha256 = "0a5rwnf251jbp7jz2ln8z9hqp0112c6kx0y09nncvlcki35qq9sh";
doCheck = false;