diff options
author | R. Ryantm | 2024-09-06 18:52:30 +0000 |
---|---|---|
committer | R. Ryantm | 2024-09-06 18:52:30 +0000 |
commit | f5cf41fb938de37bf231eabb24855c695d3dca97 (patch) | |
tree | 6e89d80cc0850b8e3ae2d6318b8d1078aa8eff04 /pkgs/by-name/st | |
parent | 5a24308c384447887fe59453dd23b5cb09079593 (diff) |
stu: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs/by-name/st')
-rw-r--r-- | pkgs/by-name/st/stu/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/st/stu/package.nix b/pkgs/by-name/st/stu/package.nix index 05c46f784ad7..fa931ff011d4 100644 --- a/pkgs/by-name/st/stu/package.nix +++ b/pkgs/by-name/st/stu/package.nix @@ -8,7 +8,7 @@ testers, }: let - version = "0.5.1"; + version = "0.5.2"; in rustPlatform.buildRustPackage { pname = "stu"; @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage { owner = "lusingander"; repo = "stu"; rev = "v${version}"; - hash = "sha256-JLsUMZDXK89QmHLlGG9i5L+1e/redjk5ff6NiZdNsYo="; + hash = "sha256-R+ebDW6qkYK92seQHCWGKby544UrNGg+CfdK1NLIwas="; }; - cargoHash = "sha256-1sAK+F0Wghz2X78OzYJ3QN+5sdpNQw/pxHof0IoJPQo="; + cargoHash = "sha256-6uporgZTii97xLdEt7KXuSxoRMmFOGEGU3bPXP7Z14g="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit |