dasel: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm
2023-11-29 18:56:47 +00:00
parent c67a44307a
commit 627e5e6a72
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "dasel";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "TomWright";
repo = "dasel";
rev = "v${version}";
hash = "sha256-zxTT/CkSbH40R7itXAx0zD+haHOoMep/W4KfalJQ/8w=";
hash = "sha256-frd4jNn5uruz9oX40ly/AR5I/uKRIfQ8IjOlIvlsOlY=";
};
vendorHash = "sha256-CbR0uHtha2OoHW9mcB1I2lGJbjerbZARVN/mTstv/Y0=";
vendorHash = "sha256-B3d+pbk0smBXqcJnac5he0TZPLiT1cLtz02OAGfqhC0=";
ldflags = [
"-s" "-w" "-X github.com/tomwright/dasel/v2/internal.Version=${version}"