Merge pull request #192405 from r-ryantm/auto-update/bluetuith

bluetuith: 0.1.2 -> 0.1.3
This commit is contained in:
Mario Rodas 2022-09-24 12:14:20 -05:00 committed by GitHub
commit 3571abf73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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