foundry: 1.2.2 -> 1.2.3 (#415613)

authored by Moritz Sanft and committed by GitHub d506a057 335b7b78

+3 -3
+3 -3
pkgs/by-name/fo/foundry/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "foundry"; 16 - version = "1.2.2"; 16 + version = "1.2.3"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "foundry-rs"; 20 20 repo = "foundry"; 21 21 tag = "v${version}"; 22 - hash = "sha256-XZHlBTFmdt4RL/JNGbHDI9XLwDRHoEr3KNCTq5oKexQ="; 22 + hash = "sha256-1mZsz0tCvf943WLk7J+AJfPSl/yc84qlvMaQwFhM2ss="; 23 23 }; 24 24 25 25 useFetchCargoVendor = true; 26 - cargoHash = "sha256-qa8mnLqu1X8Rs5ouxXgAiPxDwuXqSY896SCQl8Me5cU="; 26 + cargoHash = "sha256-q0iNyGabqJJcxVLzU8CZpkxxSYOCfuc7ewiSQcQIzSY="; 27 27 28 28 nativeBuildInputs = [ 29 29 pkg-config