File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212
1313buildGoModule rec {
1414 pname = "k9s" ;
15- version = "0.50.5 " ;
15+ version = "0.50.6 " ;
1616
1717 src = fetchFromGitHub {
1818 owner = "derailed" ;
1919 repo = "k9s" ;
2020 rev = "v${ version } " ;
21- hash = "sha256-hh00R0PCqhAUlwFps40CQ+hc6p2634WEGqNjX1mi/J8 =" ;
21+ hash = "sha256-cL7OD9OtkVx325KcANU8FudcOk6HMct6ve2p0qSkEoc =" ;
2222 } ;
2323
2424 ldflags = [
@@ -33,7 +33,7 @@ buildGoModule rec {
3333
3434 proxyVendor = true ;
3535
36- vendorHash = "sha256-g2tS1EpmG+Wba3kF9cH83JAG6EhKK4LrASGUSFtYYY8 =" ;
36+ vendorHash = "sha256-dATWFH5XKicdP8sftGGm2zopTef189MJWd9AM/Gxsjw =" ;
3737
3838 # TODO investigate why some config tests are failing
3939 doCheck = ! ( stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isAarch64 ) ;
@@ -75,6 +75,7 @@ buildGoModule rec {
7575 markus1189
7676 bryanasdev000
7777 qjoly
78+ devusb
7879 ] ;
7980 } ;
8081}
You can’t perform that action at this time.
0 commit comments