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