jikken: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2025-05-11 16:06:52 +00:00
parent 6c2e919de4
commit a7de281e8a

View file

@ -10,17 +10,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jikken"; pname = "jikken";
version = "0.8.1"; version = "0.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jikkenio"; owner = "jikkenio";
repo = "jikken"; repo = "jikken";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WJxrCCDe39RYwHb+zbr7ugFsFsP5Uc/arw3s6USQoN4="; hash = "sha256-8A9b9Ms/unv+qQRd5jiTV/6SJa6ZYLsE0fK97ohacPI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-8GulTGiXMgG0ysrRwv5CbS3AKCM3FpieNiJW2pZnEx4="; cargoHash = "sha256-nwFTKol5phXFuDzAcnPoFq8UrrqMDE6NuitpXE5qJwU=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];