committed: 1.0.20 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-12-07 19:30:59 +00:00
parent 65484f88b2
commit b2ad492e00

View File

@ -8,7 +8,7 @@
, committed
}:
let
version = "1.0.20";
version = "1.1.2";
in
rustPlatform.buildRustPackage {
pname = "committed";
@ -18,9 +18,9 @@ rustPlatform.buildRustPackage {
owner = "crate-ci";
repo = "committed";
rev = "refs/tags/v${version}";
hash = "sha256-HqZYxV2YjnK7Q3A7B6yVFXME0oc3DZ4RfMkDGa2IQxA=";
hash = "sha256-dBNtzKqaaqJrKMNwamUY0DO9VCVqDyf45lT82nOn8UM=";
};
cargoHash = "sha256-AmAEGVWq6KxLtiHDGIFVcoP1Wck8z+P9mnDy0SSSJNM=";
cargoHash = "sha256-F+6pTxgr/I3DcDGZsfDjLe0+5wj9Mu7nqghyOzSWlvc=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];