arkade: 0.11.31 -> 0.11.32 (#375458)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by

nixpkgs-merge-bot[bot]
techknowlogick
and committed by
GitHub
b00f4b9a 489c04e4

+2 -2
+2 -2
pkgs/by-name/ar/arkade/package.nix
··· 6 7 buildGoModule rec { 8 pname = "arkade"; 9 - version = "0.11.31"; 10 11 src = fetchFromGitHub { 12 owner = "alexellis"; 13 repo = "arkade"; 14 rev = version; 15 - hash = "sha256-MFce+stC+OzUL0H0ahZZAfMwr9Y+EVJIMmhhRl4JYaU="; 16 }; 17 18 env.CGO_ENABLED = 0;
··· 6 7 buildGoModule rec { 8 pname = "arkade"; 9 + version = "0.11.32"; 10 11 src = fetchFromGitHub { 12 owner = "alexellis"; 13 repo = "arkade"; 14 rev = version; 15 + hash = "sha256-HbIV5eQES3K2wBEPLW1w41y3BPGh4fbkTxA0MpKh9x0="; 16 }; 17 18 env.CGO_ENABLED = 0;