3
0
Fork 0
forked from mirrors/nixpkgs

dasel: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm 2022-03-19 09:11:18 +00:00
parent 7958394022
commit d93d3bf4b2

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "dasel";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "TomWright";
repo = "dasel";
rev = "v${version}";
sha256 = "sha256-MUF57begai6yMYLPC5dnyO9S39uHogB+Ie3qDA46Cn8=";
sha256 = "sha256-Em+WAI8G492h7FJTnTHFj5L7M4xBZhW4qC0MMc2JRUU=";
};
vendorSha256 = "sha256-NP+Is7Dxz4LGzx5vpv8pJOJhodAYHia1JXYfhJD54as=";