3
0
Fork 0
forked from mirrors/nixpkgs
figsoda 2023-06-09 10:00:44 -04:00
parent ccde02dcbc
commit d6600ec13d

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "tml"; pname = "tml";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "liamg"; owner = "liamg";
repo = "tml"; repo = "tml";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-92GumJGdbqxhcIj1gdkiamUA4peDG/Ar6GEimj/E7lg="; hash = "sha256-y9iv6s+ShKLxd+SOBQxwvPwuEL1kepJL6ukA4aoV9Z8=";
}; };
vendorHash = "sha256-YsEmxhyDMuvq48vdHFvgsIqbqDZbg8beS0nL7lsaFJ0="; vendorHash = "sha256-CHZS1SpPko8u3tZAYbf+Di882W55X9Q/zd4SmFCRgKM=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];