zk: 0.7.0 -> 0.8.0

This commit is contained in:
Pablo Ovelleiro Corral 2021-11-22 07:45:07 +01:00
parent 726f7c9688
commit 4e10e30e62
No known key found for this signature in database
GPG key ID: F7C1D57C8464E825

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "zk";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "mickael-menu";
repo = "zk";
rev = "v${version}";
sha256 = "sha256-C3/V4v8lH4F3S51egEw5d51AI0n5xzBQjwhrI64FEGA=";
sha256 = "sha256-lTg5jB3krZWmCn3wWoAwzqBji1AyTTTVf/BphC7Mr5s=";
};
vendorSha256 = "sha256-m7QGv8Vx776TsN7QHXtO+yl3U1D573UMZVyg1B4UeIk=";