dasel: 1.12.0 -> 1.12.1
Changed: - Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for linux, darwin and windows for both amd64 and 386. Fixed: - Release asset for macos/darwin is now named dasel_darwin_amd64 instead of dasel_macos_amd64. - Self-updater now identifies dev version as development.
This commit is contained in:
parent
c1cc0f5b99
commit
fbbc601ce9
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "dasel";
|
||||
version = "1.12.0";
|
||||
version = "1.12.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TomWright";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "69igz0Q7pT0f6PsbZWHcwUiTKRTTzj7r5E6E5ExUoJo=";
|
||||
sha256 = "vWWXXTNyFhuhfuystWGsWlG/uYOYNkLhixI8HRA8shg=";
|
||||
};
|
||||
|
||||
vendorSha256 = "BdX4DO77mIf/+aBdkNVFUzClsIml1UMcgvikDbbdgcY=";
|
||||
|
Loading…
Reference in New Issue
Block a user