zsv: 1.3.0 -> 1.4.0 (#504398)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-29 03:57:13 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zsv";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "liquidaty";
repo = "zsv";
tag = "v${finalAttrs.version}";
hash = "sha256-6Gc9RDrQmayTnCoFHYN8B3gdqR3CPyyLWtO31WpnJ3o=";
hash = "sha256-ht6sg93bHrNTw1tEEkd9vRl5aIsc1q7nASakvECdyzI=";
};
buildInputs = [ jq ];