jikken: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-09-27 11:54:43 +00:00
parent 2642d39526
commit 87049d750b

View File

@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "jikken";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "jikkenio";
repo = "jikken";
rev = "v${version}";
hash = "sha256-bV9NjwTcX1euk8zRJMGkAULegQmiT8z4jxngOwOPr+M=";
hash = "sha256-e1n5Q1bF/n9ELA93ucdaIeXx3LPhd7cWkLxWRRdGlo4=";
};
cargoHash = "sha256-gJg/l7L19qk6DELqo4fYc2ZWTHqKeUFEF3YU3+uyFjQ=";
cargoHash = "sha256-DALY88q5xsjnoaGJxnVWx/5v4yE80+HNGT/vdFdzkXk=";
nativeBuildInputs = [ pkg-config ];