nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

gauge-unwrapped: 1.6.15 -> 1.6.16 (#410373)

authored by

Arne Keller and committed by
GitHub
62019c8e 2bb60680

+2 -2
+2 -2
pkgs/development/tools/gauge/default.nix
··· 6 7 buildGoModule rec { 8 pname = "gauge"; 9 - version = "1.6.15"; 10 11 patches = [ 12 # adds a check which adds an error message when trying to ··· 18 owner = "getgauge"; 19 repo = "gauge"; 20 rev = "v${version}"; 21 - hash = "sha256-vBuVK/Lqihj5tDUqfCYDqRhamZnoqL/It7W1VH8tLFg="; 22 }; 23 24 vendorHash = "sha256-kU5ZhiJq3YoMIU9608Omp0KEMiS+IHbB6kKol6SZcOs=";
··· 6 7 buildGoModule rec { 8 pname = "gauge"; 9 + version = "1.6.16"; 10 11 patches = [ 12 # adds a check which adds an error message when trying to ··· 18 owner = "getgauge"; 19 repo = "gauge"; 20 rev = "v${version}"; 21 + hash = "sha256-cBB0sDPuM4qxxkRug+8sNyH5CwGZhKK4PdKbb3B3KRE="; 22 }; 23 24 vendorHash = "sha256-kU5ZhiJq3YoMIU9608Omp0KEMiS+IHbB6kKol6SZcOs=";