File tree Expand file tree Collapse file tree
pkgs/development/tools/buildkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildGoPackage rec {
44 pname = "buildkit" ;
5- version = "0.7.1 " ;
5+ version = "0.7.2 " ;
66
77 goPackagePath = "github.com/moby/buildkit" ;
88 subPackages = [ "cmd/buildctl" ] ++ stdenv . lib . optionals stdenv . isLinux [ "cmd/buildkitd" ] ;
@@ -11,10 +11,10 @@ buildGoPackage rec {
1111 owner = "moby" ;
1212 repo = "buildkit" ;
1313 rev = "v${ version } " ;
14- sha256 = "048h69ffgmpir2ix9ldi6zrzlwxa5yz3idg5ajspz2dihmzmnwws " ;
14+ sha256 = "0kn2ad0rh3xlcxjxslkyrfxhv3cx88996nhxn86605x1mybxb2iq " ;
1515 } ;
1616
17- buildFlagsArray = [ "-ldflags=-s -w -X ${ goPackagePath } /version.Version=${ version } " ] ;
17+ buildFlagsArray = [ "-ldflags=-s -w -X ${ goPackagePath } /version.Version=${ version } -X ${ goPackagePath } /version.Revision= ${ src . rev } " ] ;
1818
1919 meta = with stdenv . lib ; {
2020 description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit" ;
You can’t perform that action at this time.
0 commit comments