dasel: 1.12.1 -> 1.12.2

Fixed:
- Fix a bug that stopped the write parser being properly detected when writing to the input file.
This commit is contained in:
0x4A6F 2021-01-05 23:59:24 +00:00
parent fbbc601ce9
commit f015f4bb79
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "dasel";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "TomWright";
repo = pname;
rev = "v${version}";
sha256 = "vWWXXTNyFhuhfuystWGsWlG/uYOYNkLhixI8HRA8shg=";
sha256 = "/WB/SsOih0N5P4cUAD6zkCajplzZ/Jez0H80+CG08rc=";
};
vendorSha256 = "BdX4DO77mIf/+aBdkNVFUzClsIml1UMcgvikDbbdgcY=";