Merge pull request #334405 from r-ryantm/auto-update/jnv

jnv: 0.3.0 -> 0.4.0
This commit is contained in:
Nick Cao
2024-08-13 16:02:13 -04:00
committed by GitHub
+3 -3
View File
@@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "jnv";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "ynqa";
repo = "jnv";
rev = "v${version}";
hash = "sha256-5Atop86g/gGgf4MEK/Q2vqpQ+KIS72FB2gXCH8U+L3g=";
hash = "sha256-WrvCiZA/aYj0CoTq/kw3Oa3WKTjdtO6OC+IOxBoWjSU=";
};
cargoHash = "sha256-qpVRq6RbrDZDSJkLQ5Au9j2mWXp3gn7QBe3nRmIVK8c=";
cargoHash = "sha256-xF0sxoSo7z7lxrF3wFAmU7edREoWKBFBnZ6Xq22c8q0=";
meta = with lib; {
description = "Interactive JSON filter using jq";