Merge pull request #143309 from r-ryantm/auto-update/ignite

ignite: 0.9.0 -> 0.10.0
This commit is contained in:
Bobby Rong 2021-10-29 12:41:07 +08:00 committed by GitHub
commit a3bbe9a006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};