cobalt: 0.18.5 -> 0.19.0

+3 -3
+3 -3
pkgs/applications/misc/cobalt/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cobalt"; 5 - version = "0.18.5"; 6 7 src = fetchFromGitHub { 8 owner = "cobalt-org"; 9 repo = "cobalt.rs"; 10 rev = "v${version}"; 11 - sha256 = "sha256-Y1rWKoh4cjLOvBJy4bXIHsvGtLmTu9n0aqf6PdflH6E="; 12 }; 13 14 - cargoHash = "sha256-r0nxsDcdXNiZn9dVMTOAxlI/kd0nZFh7JvB2JYDR2aw="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cobalt"; 5 + version = "0.19.0"; 6 7 src = fetchFromGitHub { 8 owner = "cobalt-org"; 9 repo = "cobalt.rs"; 10 rev = "v${version}"; 11 + sha256 = "sha256-cW9Pj4dTBZ0UmHvrWpx0SREBBaEIb2aaX2cdCUdlFLw="; 12 }; 13 14 + cargoHash = "sha256-/xkZuGyinQdUGWix/SRtJMJ5nmpXJu39/LxJoTHnT4Q="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; 17