jnv: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2024-04-21 13:08:35 +00:00
parent 006b543cc2
commit c6439dcf9a

View File

@ -7,16 +7,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jnv"; pname = "jnv";
version = "0.2.1"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ynqa"; owner = "ynqa";
repo = "jnv"; repo = "jnv";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CdpEo8hnO61I2Aocfd3nka81FTDPRguwxxcemzH+zcc="; hash = "sha256-IvpbVcTGGD7cn59SPlcqMuu9YXB3ur3AFaoWDVADoqI=";
}; };
cargoHash = "sha256-KF15Y2VrFJ7p5ut5cR80agaJ7bM9U9Ikcz1Ux8Ah138="; cargoHash = "sha256-dqWQi0DYl2P1qPzmtYOcarnfu2bfSnLk/SVQq5d+Z8Y=";
nativeBuildInputs = [ nativeBuildInputs = [
autoconf autoconf