yj: 5.0.0 -> 5.1.0

Changelog: https://github.com/sclevine/yj/releases/tag/v5.1.0
This commit is contained in:
Daniel Nagy 2023-02-06 10:30:00 +01:00
parent 631771397d
commit e6c9bc5017
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "yj"; pname = "yj";
version = "5.0.0"; version = "5.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sclevine"; owner = "sclevine";
repo = "yj"; repo = "yj";
rev = "c4c13b7641389c76ea028b48091f851f3efb6376"; rev = "v${version}";
sha256 = "0bnb88wfm2vagh4yb1h9xhp3045ga0b6a77n3j2z5b4mvwshx5dr"; hash = "sha256-lsn5lxtix5W7po6nzvGcHmifbyhrtHgvaKYT7RPPCOg=";
}; };
vendorSha256 = "0y0n9fsb85qlpf9slwsxzarmfi98asa4x04qp2r8pagl28l0i8wv"; vendorHash = "sha256-NeSOoL9wtFzq6ba8ghseB6D+Qq8Z5holQExcAUbtYrs=";
ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; ldflags = [ "-s" "-w" "-X main.Version=${version}" ];