ignite: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2021-10-28 06:22:43 +00:00
parent 22a500a3f8
commit 1a7ed28f79

View File

@ -11,13 +11,13 @@
buildGoModule rec{
pname = "ignite";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "ignite";
rev = "v${version}";
sha256 = "sha256-rjCsZ12DHcSw5GZu6jGTtqCPOZDSbYoMplkqvspbvO8=";
sha256 = "sha256-WCgNh+iLtxLslzcHuIwVLZpUEhvBJFe1Y84PaPtbtcY=";
leaveDotGit = true;
};