1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bluetuith: 0.1.3 -> 0.1.5

This commit is contained in:
R. Ryantm 2023-06-30 15:15:11 +00:00
parent 3dcf767fff
commit 4a0bb282a5

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "bluetuith";
version = "0.1.3";
version = "0.1.5";
src = fetchFromGitHub {
owner = "darkhz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Xcj+1zSAgizj5e1VY77ma8i9XEuDaebyNZJcFCsNYwI=";
sha256 = "sha256-ii81XrIOhJNQtQWeLSqWCE4xhJOcXTzgnXm2Z20HvHo=";
};
vendorSha256 = "sha256-vPVfI2MXrUEvx/jlt6A3EEHiyiy4R3FSw3UnF76ZZho=";
vendorHash = "sha256-eSgjIZmD5HL8S1XY0LK2IeWDchjFWBlRq5qriBg7l2U=";
ldflags = [ "-s" "-w" ];