summaryrefslogtreecommitdiff
path: root/pkgs/by-name/tr/trunk/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/tr/trunk/package.nix')
-rw-r--r--pkgs/by-name/tr/trunk/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/tr/trunk/package.nix b/pkgs/by-name/tr/trunk/package.nix
index a264e838e575..9c31a076fdd2 100644
--- a/pkgs/by-name/tr/trunk/package.nix
+++ b/pkgs/by-name/tr/trunk/package.nix
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "trunk";
- version = "0.21.9";
+ version = "0.21.13";
src = fetchFromGitHub {
owner = "trunk-rs";
repo = "trunk";
rev = "v${version}";
- hash = "sha256-+HKEaXdGW3F5DCvyvQalr65+BZv+NA2r34MSvPwlhac=";
+ hash = "sha256-Kj0XUO8GSLBUwkvskOidA489cvcHdf9IKSVZ/OqlAnE=";
};
nativeBuildInputs = [ pkg-config ];
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ];
useFetchCargoVendor = true;
- cargoHash = "sha256-xaL7gF9gWRn0geKIUwksDovaIHMqfl57O9GvHOjgsic=";
+ cargoHash = "sha256-oXLB/Jbb/J8oXl0IyECIjjv4pdKz94pocD/iTBv4GRs=";
meta = with lib; {
homepage = "https://github.com/trunk-rs/trunk";