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