lucky-commit: 2.2.3 -> 2.2.4 (#388425)

authored by Nick Cao and committed by GitHub dc8228b4 f34657c1

+3 -3
+3 -3
pkgs/applications/version-management/lucky-commit/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "lucky-commit"; 13 - version = "2.2.3"; 13 + version = "2.2.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "not-an-aardvark"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-jxcsTtQcSuL+2vwdxIVxqTpKh8Bfvna+hkGt+Rx21FE="; 19 + sha256 = "sha256-57eOhlOkRU1sz0y/sfEyEFXQJx165qehBTP8iWiEGx8="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-e3011CvoxoAeXrJqcjKSWbpkQBncFV5qgFLM8ByZOYI="; 23 + cargoHash = "sha256-8Z/bfSDjSrvGbPOVpvIYzOz5wxjkMsuwOWASnOA8ziM="; 24 24 25 25 buildInputs = lib.optional withOpenCL (if stdenv.hostPlatform.isDarwin then OpenCL else ocl-icd); 26 26