jikken: 0.7.2 -> 0.8.0 (#344864)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-27 15:06:17 +00:00 committed by GitHub
commit 4a793e2f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];