Loading pkgs/by-name/tr/trunk/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ rustPlatform.buildRustPackage rec { pname = "trunk"; version = "0.21.5"; version = "0.21.7"; src = fetchFromGitHub { owner = "trunk-rs"; repo = "trunk"; rev = "v${version}"; hash = "sha256-AHW686xPGCMLISrOLLfDR5g+2XpMJ+zfmWGn3fMfKbA="; hash = "sha256-VAAGHM2GDrvZvOTRPkxSFs6pzDQGhi6vPpprKJSZKUw="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; useFetchCargoVendor = true; cargoHash = "sha256-MkH0khm4b/xumrzwBfwq4CbBgqeL71iag9WTOoi/IOw="; cargoHash = "sha256-IiKb8MD5QdGMkdX2dbcPkW1cUJq82+uDK1Ru+/otErc="; meta = with lib; { homepage = "https://github.com/trunk-rs/trunk"; Loading Loading
pkgs/by-name/tr/trunk/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ rustPlatform.buildRustPackage rec { pname = "trunk"; version = "0.21.5"; version = "0.21.7"; src = fetchFromGitHub { owner = "trunk-rs"; repo = "trunk"; rev = "v${version}"; hash = "sha256-AHW686xPGCMLISrOLLfDR5g+2XpMJ+zfmWGn3fMfKbA="; hash = "sha256-VAAGHM2GDrvZvOTRPkxSFs6pzDQGhi6vPpprKJSZKUw="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; useFetchCargoVendor = true; cargoHash = "sha256-MkH0khm4b/xumrzwBfwq4CbBgqeL71iag9WTOoi/IOw="; cargoHash = "sha256-IiKb8MD5QdGMkdX2dbcPkW1cUJq82+uDK1Ru+/otErc="; meta = with lib; { homepage = "https://github.com/trunk-rs/trunk"; Loading