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

ignite: 0.9.0 -> 0.10.0

authored by

Bobby Rong and committed by
GitHub
a3bbe9a0 4921ee11

+2 -2
+2 -2
pkgs/applications/virtualization/ignite/default.nix
··· 11 12 buildGoModule rec{ 13 pname = "ignite"; 14 - version = "0.9.0"; 15 16 src = fetchFromGitHub { 17 owner = "weaveworks"; 18 repo = "ignite"; 19 rev = "v${version}"; 20 - sha256 = "sha256-rjCsZ12DHcSw5GZu6jGTtqCPOZDSbYoMplkqvspbvO8="; 21 leaveDotGit = true; 22 }; 23
··· 11 12 buildGoModule rec{ 13 pname = "ignite"; 14 + version = "0.10.0"; 15 16 src = fetchFromGitHub { 17 owner = "weaveworks"; 18 repo = "ignite"; 19 rev = "v${version}"; 20 + sha256 = "sha256-WCgNh+iLtxLslzcHuIwVLZpUEhvBJFe1Y84PaPtbtcY="; 21 leaveDotGit = true; 22 }; 23