Merge pull request #117619 from wamserma/asmfmt-cleanup

asmfmt: 1.2.1 -> 1.2.3
This commit is contained in:
Sandro 2021-03-26 00:02:27 +01:00 committed by GitHub
commit 2115946b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,11 @@
{ buildGoPackage
, lib
, fetchFromGitHub
, fetchpatch
}:
buildGoPackage rec {
pname = "asmfmt";
version = "1.2.1";
version = "1.2.3";
goPackagePath = "github.com/klauspost/asmfmt";
@ -14,7 +13,7 @@ buildGoPackage rec {
owner = "klauspost";
repo = "asmfmt";
rev = "v${version}";
sha256 = "0qwxb4yx12yl817vgbhs7acaj98lgk27dh50mb8sm9ccw1f43h9i";
sha256 = "0f2cgwxs2b2kpq5348h8hjkcqc40p8ajapzpcy9ia2fsmsn2a2s4";
};
goDeps = ./deps.nix;