carl: 0.4.0 -> 0.5.0 (#468781)

This commit is contained in:
Nick Cao
2025-12-08 21:33:43 +00:00
committed by GitHub
+3 -3
View File
@@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "carl";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "b1rger";
repo = "carl";
rev = "v${version}";
hash = "sha256-bUSQArlCfgJr/XJuuyMVNFOZzJlmpInaEGHHxRZsDW4=";
hash = "sha256-4k08iwuZjnsd2EjqnslrJa3ugPOgUvUzbY3/9mxegkQ=";
};
doCheck = false;
cargoHash = "sha256-KueQLeqiHZfjyEdpURKXp6MigAcXdov8Z/KwKsiqv9Y=";
cargoHash = "sha256-1tqg/VJfgf7Y/5yM+iKYd7Vn2YCnH7RwmVPb+aO9KxY=";
meta = {
description = "cal(1) with more features and written in rust";