asmfmt: 1.1 -> 1.2.1
This commit is contained in:
parent
65f85b6efb
commit
cb91e0c667
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "asmfmt";
|
pname = "asmfmt";
|
||||||
version = "1.1";
|
version = "1.2.1";
|
||||||
|
|
||||||
goPackagePath = "github.com/klauspost/asmfmt";
|
goPackagePath = "github.com/klauspost/asmfmt";
|
||||||
|
|
||||||
@ -14,17 +14,9 @@ buildGoPackage rec {
|
|||||||
owner = "klauspost";
|
owner = "klauspost";
|
||||||
repo = "asmfmt";
|
repo = "asmfmt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08mybfizcvck460axakycz9ndzcgwqilp5mmgm4bl8hfrn36mskw";
|
sha256 = "0qwxb4yx12yl817vgbhs7acaj98lgk27dh50mb8sm9ccw1f43h9i";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
excludes = ["README.md"];
|
|
||||||
url = "https://github.com/klauspost/asmfmt/commit/39a37c8aed8095e0fdfb07f78fc8acbd465d9627.patch";
|
|
||||||
sha256 = "18bc77l87mf0yvqc3adlakxz6wflyqfsc2wrmh9q0nlqghlmnw5k";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
# This package comes with its own version of goimports, gofmt and goreturns
|
# This package comes with its own version of goimports, gofmt and goreturns
|
||||||
|
Loading…
Reference in New Issue
Block a user