comma: 1.9.0 -> 2.0.0

Diff: https://www.github.com/nix-community/comma/compare/v1.9.0...v2.0.0
This commit is contained in:
Artturin
2025-07-11 13:59:20 +03:00
parent e971fb0e7a
commit 26b511effd
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "comma";
version = "1.9.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "comma";
rev = "v${version}";
hash = "sha256-XXe0SSdH2JZLx0o+vHDtdlDRtVn7nouIngipbXhmhiQ=";
hash = "sha256-EP1UGmoPXeyJY1mk3c4DNF6/HkjqlwKf5ZLhjNa1WMo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-vNXczPhCfoXHy5IT/ybuKEQ7I08eJJdP+6+iXfwWjdU=";
cargoHash = "sha256-GEHvS4hDBKqSquRmGZ9LMIFsX8MGqOqPZVf0aAzMmmI=";
nativeBuildInputs = [ makeBinaryWrapper ];