Merge pull request #30458 from sigma/pr/ghq-0.8.0

ghq: 0.7.4 -> 0.8.0

authored by Jörg Thalheim and committed by GitHub e935fbf4 ab8b14cf

+10 -10
+2 -2
pkgs/applications/version-management/git-and-tools/ghq/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "ghq-${version}"; 5 - version = "0.7.4"; 5 + version = "0.8.0"; 6 6 7 7 goPackagePath = "github.com/motemen/ghq"; 8 8 ··· 10 10 owner = "motemen"; 11 11 repo = "ghq"; 12 12 rev = "v${version}"; 13 - sha256 = "0x2agr7why8mcjhq2j8kh8d0gbwx2333zgf1ribc9fn14ryas1j2"; 13 + sha256 = "1gdi0sbmq9kfi8hzd0dpgmhbmcf8q93jy3x08dd8smayrhbbwmld"; 14 14 }; 15 15 16 16 goDeps = ./deps.nix;
+8 -8
pkgs/applications/version-management/git-and-tools/ghq/deps.nix
··· 1 1 [ 2 2 { 3 - goPackagePath = "github.com/codegangsta/cli"; 3 + goPackagePath = "github.com/daviddengcn/go-colortext"; 4 4 fetch = { 5 5 type = "git"; 6 - url = "https://github.com/codegangsta/cli"; 7 - rev = "0bdeddeeb0f650497d603c4ad7b20cfe685682f6"; 8 - sha256 = "1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg"; 6 + url = "https://github.com/daviddengcn/go-colortext"; 7 + rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a"; 8 + sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf"; 9 9 }; 10 10 } 11 11 { ··· 27 27 }; 28 28 } 29 29 { 30 - goPackagePath = "github.com/daviddengcn/go-colortext"; 30 + goPackagePath = "github.com/urfave/cli"; 31 31 fetch = { 32 32 type = "git"; 33 - url = "https://github.com/daviddengcn/go-colortext"; 34 - rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a"; 35 - sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf"; 33 + url = "https://github.com/urfave/cli"; 34 + rev = "f017f86fccc5a039a98f23311f34fdf78b014f78"; 35 + sha256 = "1biq4wl4z8l0ycinb39mfavnk13d0qnqqdplqybl7klxmk67cvhv"; 36 36 }; 37 37 } 38 38 ]