lucky-commit: 2.2.2 -> 2.2.3

+3 -3
+3 -3
pkgs/applications/version-management/lucky-commit/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "lucky-commit"; 12 - version = "2.2.2"; 13 14 src = fetchFromGitHub { 15 owner = "not-an-aardvark"; 16 repo = pname; 17 rev = "v${version}"; 18 - sha256 = "sha256-DrgZBzcJmqSP7iCHZyy623iRZYfTE/z/zzx7I+BAOBo="; 19 }; 20 21 - cargoHash = "sha256-5P0CiLCf86Jul4EaIDqHGkp4XNifLKnWJZXtrLkpLMY="; 22 23 buildInputs = lib.optional withOpenCL (if stdenv.isDarwin then OpenCL else ocl-icd); 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "lucky-commit"; 12 + version = "2.2.3"; 13 14 src = fetchFromGitHub { 15 owner = "not-an-aardvark"; 16 repo = pname; 17 rev = "v${version}"; 18 + sha256 = "sha256-jxcsTtQcSuL+2vwdxIVxqTpKh8Bfvna+hkGt+Rx21FE="; 19 }; 20 21 + cargoHash = "sha256-8JkodGtMdYP/IIBqRcJFD5syiZi+VakDyX7VcvR0HLo="; 22 23 buildInputs = lib.optional withOpenCL (if stdenv.isDarwin then OpenCL else ocl-icd); 24