comma: 2.0.0 -> 2.1.0 (#424946)

This commit is contained in:
Artturin 2025-07-14 16:03:19 +03:00 committed by GitHub
commit b644f01c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "comma";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "comma";
rev = "v${version}";
hash = "sha256-EP1UGmoPXeyJY1mk3c4DNF6/HkjqlwKf5ZLhjNa1WMo=";
hash = "sha256-Q9s3z/FqkEqCQyvYhH07qlITGGlA8quZcYsK3lO8M8g=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-GEHvS4hDBKqSquRmGZ9LMIFsX8MGqOqPZVf0aAzMmmI=";
cargoHash = "sha256-yNx0Sc2JnEfndBBPxaeNMWsdWpB9fAUqXUPVNR+NOrM=";
nativeBuildInputs = [ makeBinaryWrapper ];