tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dasel: 1.21.2 -> 1.22.1
0x4A6F
4 years ago
ac1f1bbc
274a3938
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
dasel
default.nix
+5
-4
pkgs/applications/misc/dasel/default.nix
···
5
6
buildGoModule rec {
7
pname = "dasel";
8
-
version = "1.21.2";
9
10
src = fetchFromGitHub {
11
owner = "TomWright";
12
-
repo = pname;
13
rev = "v${version}";
14
-
sha256 = "sha256-HHeO8mbvD+PLMKjeacjIBNEVeOYjeHjXJHhTkbMMOG4=";
15
};
16
17
-
vendorSha256 = "sha256-yP4iF3403WWgWAmBHiuOpDsIAUx4+KR8uKPfjy3qXt8=";
18
19
ldflags = [
20
"-s" "-w" "-X github.com/tomwright/dasel/internal.Version=${version}"
···
38
Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.
39
'';
40
homepage = "https://github.com/TomWright/dasel";
0
41
license = licenses.mit;
42
platforms = platforms.unix;
43
maintainers = with maintainers; [ _0x4A6F ];
···
5
6
buildGoModule rec {
7
pname = "dasel";
8
+
version = "1.22.1";
9
10
src = fetchFromGitHub {
11
owner = "TomWright";
12
+
repo = "dasel";
13
rev = "v${version}";
14
+
sha256 = "091s3hyz9p892garanm9zmkbsn6hn3bnnrz7h3dqsyi58806d5yr";
15
};
16
17
+
vendorSha256 = "1psyx8nqzpx3p1ya9y3q9h0hhfx4iqmix089b2h6bp9lgqbj5zn8";
18
19
ldflags = [
20
"-s" "-w" "-X github.com/tomwright/dasel/internal.Version=${version}"
···
38
Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.
39
'';
40
homepage = "https://github.com/TomWright/dasel";
41
+
changelog = "https://github.com/TomWright/dasel/blob/v${version}/CHANGELOG.md";
42
license = licenses.mit;
43
platforms = platforms.unix;
44
maintainers = with maintainers; [ _0x4A6F ];