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

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

authored by Arne Keller and committed by GitHub 62019c8e 2bb60680

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