asmfmt: 1.2.3 -> 1.3.2

This commit is contained in:
xrelkd 2022-04-05 00:28:18 +08:00
parent 23ae4dfc22
commit 951c01396e
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -5,7 +5,7 @@
buildGoPackage rec {
pname = "asmfmt";
version = "1.2.3";
version = "1.3.2";
goPackagePath = "github.com/klauspost/asmfmt";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "klauspost";
repo = "asmfmt";
rev = "v${version}";
sha256 = "0f2cgwxs2b2kpq5348h8hjkcqc40p8ajapzpcy9ia2fsmsn2a2s4";
sha256 = "sha256-YxIVqPGsqxvOY0Qz4Jw5FuO9IbplCICjChosnHrSCgc=";
};
goDeps = ./deps.nix;