Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

conduktor-ctl: 0.4.0 -> 0.5.0 (#406490)

authored by

Nick Cao and committed by
GitHub
fadb69d3 1a720434

+2 -2
+2 -2
pkgs/by-name/co/conduktor-ctl/package.nix
··· 8 }: 9 buildGoModule rec { 10 pname = "conduktor-ctl"; 11 - version = "0.4.0"; 12 13 src = fetchFromGitHub { 14 owner = "conduktor"; 15 repo = "ctl"; 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-NNhaYBhLCCVXBbZKKefPRk1CD8GQm98FvChgeHvPDKs="; 18 }; 19 20 vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";
··· 8 }: 9 buildGoModule rec { 10 pname = "conduktor-ctl"; 11 + version = "0.5.0"; 12 13 src = fetchFromGitHub { 14 owner = "conduktor"; 15 repo = "ctl"; 16 rev = "refs/tags/v${version}"; 17 + hash = "sha256-8FsYkwYAXmfLKdFmg6t8DSQkx+/EpGxKX7l+k+ey8MA="; 18 }; 19 20 vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";