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

jnv: 0.1.3 -> 0.2.1

authored by Nick Cao and committed by GitHub 710ac680 3f67b124

+3 -3
+3 -3
pkgs/by-name/jn/jnv/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "jnv"; 10 - version = "0.1.3"; 11 12 src = fetchFromGitHub { 13 owner = "ynqa"; 14 repo = "jnv"; 15 rev = "v${version}"; 16 - hash = "sha256-szPMbcR6fg9mgJ0oE07aYTJZHJKbguK3IFKhuV0D/rI="; 17 }; 18 19 - cargoHash = "sha256-vEyWawtWT/8GntlEUyrtBRXPcjgMg9oYemGzHSg50Hg="; 20 21 nativeBuildInputs = [ 22 autoconf
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "jnv"; 10 + version = "0.2.1"; 11 12 src = fetchFromGitHub { 13 owner = "ynqa"; 14 repo = "jnv"; 15 rev = "v${version}"; 16 + hash = "sha256-CdpEo8hnO61I2Aocfd3nka81FTDPRguwxxcemzH+zcc="; 17 }; 18 19 + cargoHash = "sha256-KF15Y2VrFJ7p5ut5cR80agaJ7bM9U9Ikcz1Ux8Ah138="; 20 21 nativeBuildInputs = [ 22 autoconf