comma: 2.1.0 -> 2.2.0 (#426652)

authored by Artturin and committed by GitHub c50c4086 a056129f

+3 -3
+3 -3
pkgs/by-name/co/comma/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "comma"; 14 - version = "2.1.0"; 15 16 src = fetchFromGitHub { 17 owner = "nix-community"; 18 repo = "comma"; 19 rev = "v${version}"; 20 - hash = "sha256-Q9s3z/FqkEqCQyvYhH07qlITGGlA8quZcYsK3lO8M8g="; 21 }; 22 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-yNx0Sc2JnEfndBBPxaeNMWsdWpB9fAUqXUPVNR+NOrM="; 25 26 nativeBuildInputs = [ makeBinaryWrapper ]; 27
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "comma"; 14 + version = "2.2.0"; 15 16 src = fetchFromGitHub { 17 owner = "nix-community"; 18 repo = "comma"; 19 rev = "v${version}"; 20 + hash = "sha256-mhSX2yx+/xDwCtLVb+aSFFxP2TOJek/ZX/28khvetwE="; 21 }; 22 23 useFetchCargoVendor = true; 24 + cargoHash = "sha256-6BsRgxcUtVuN1gp3VVXkNQzqb9hD5rWWctieJvFdyrQ="; 25 26 nativeBuildInputs = [ makeBinaryWrapper ]; 27