Skip to content

Commit

Permalink
Merge pull request #211681 from 0x4A6F/master-dasel
Browse files Browse the repository at this point in the history
dasel: 2.1.0 -> 2.1.1
  • Loading branch information
NickCao authored Jan 25, 2023
2 parents 166f7e1 + 1f7c5db commit 6cd1bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/dasel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

buildGoModule rec {
pname = "dasel";
version = "2.1.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "TomWright";
repo = "dasel";
rev = "v${version}";
sha256 = "sha256-7JGafJE9nwZ95bOWUyVw2uWA2LltE9HxolHGYU079to=";
sha256 = "sha256-27tQEWnirDhqYt5smRFwADa9wKXSk6yXR8+mXvJVtYI=";
};

vendorHash = "sha256-GO5Vg8zsXfjMBzRDC1/s/SYpviKUf59JB14vauKVFcE=";

ldflags = [
"-s" "-w" "-X github.com/tomwright/dasel/internal.Version=${version}"
"-s" "-w" "-X github.com/tomwright/dasel/v2/internal.Version=${version}"
];

doInstallCheck = true;
Expand Down

0 comments on commit 6cd1bf5

Please sign in to comment.