comma: 2.3.3 -> 2.4.1 (#520965)

This commit is contained in:
Pol Dellaiera
2026-05-16 21:10:48 +00:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "comma";
version = "2.3.3";
version = "2.4.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "comma";
rev = "v${finalAttrs.version}";
hash = "sha256-dNek1a8Yt3icWc8ZpVe1NGuG+eSoTDOmAAJbkYmMocU=";
hash = "sha256-XZB0zx4wyNzy0LggAmh2gT2aEWAqVI9NljRoOkeK0c8=";
};
cargoHash = "sha256-SJBfWjOVrv2WMIh/cQbaFK8jn3oSbmJpdJM7pkJppDs=";
cargoHash = "sha256-lY5HwWZm9X0xusLcC6MciAgSWEskNElrjhe9fexR6g8=";
nativeBuildInputs = [ installShellFiles ];