diff options
author | polwex <polwex@sortug.com> | 2025-05-17 07:24:14 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-17 07:24:14 +0000 |
commit | 9d89a55dff02122ebef9d8c7b388707084bac2fa (patch) | |
tree | 015a6a49ddc1f484960e7977e624d1d971a45453 /derivations/yek/package.nix | |
parent | bb5002c60d57600ecb812720106a88df80d07362 (diff) | |
parent | 3efdd55d5cc2e784c6934e9d133f16844c324aad (diff) |
Merge branch 'master' of mygit:/polwex/nixconf
Diffstat (limited to 'derivations/yek/package.nix')
-rw-r--r-- | derivations/yek/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivations/yek/package.nix b/derivations/yek/package.nix index c8ddaf6..cf00581 100644 --- a/derivations/yek/package.nix +++ b/derivations/yek/package.nix @@ -8,7 +8,7 @@ nix-update-script, versionCheckHook, }: let - version = "0.16.0"; + version = "0.21.0"; in rustPlatform.buildRustPackage { pname = "yek"; |