dasel: 1.21.2 -> 1.22.1

This commit is contained in:
0x4A6F 2021-11-10 22:26:25 +01:00
parent 274a3938d6
commit ac1f1bbcf9
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "dasel";
version = "1.21.2";
version = "1.22.1";
src = fetchFromGitHub {
owner = "TomWright";
repo = pname;
repo = "dasel";
rev = "v${version}";
sha256 = "sha256-HHeO8mbvD+PLMKjeacjIBNEVeOYjeHjXJHhTkbMMOG4=";
sha256 = "091s3hyz9p892garanm9zmkbsn6hn3bnnrz7h3dqsyi58806d5yr";
};
vendorSha256 = "sha256-yP4iF3403WWgWAmBHiuOpDsIAUx4+KR8uKPfjy3qXt8=";
vendorSha256 = "1psyx8nqzpx3p1ya9y3q9h0hhfx4iqmix089b2h6bp9lgqbj5zn8";
ldflags = [
"-s" "-w" "-X github.com/tomwright/dasel/internal.Version=${version}"
@ -38,6 +38,7 @@ buildGoModule rec {
Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.
'';
homepage = "https://github.com/TomWright/dasel";
changelog = "https://github.com/TomWright/dasel/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ _0x4A6F ];