stu: 0.5.2 -> 0.6.2 (#342566)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-18 18:13:20 +00:00
committed by GitHub
+3 -3
View File
@@ -8,7 +8,7 @@
testers,
}:
let
version = "0.5.2";
version = "0.6.2";
in
rustPlatform.buildRustPackage {
pname = "stu";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
owner = "lusingander";
repo = "stu";
rev = "v${version}";
hash = "sha256-R+ebDW6qkYK92seQHCWGKby544UrNGg+CfdK1NLIwas=";
hash = "sha256-fxVnOftYkl4G6H+jMSy6r/YQgmK15EjKAjdf8MdoaS0=";
};
cargoHash = "sha256-6uporgZTii97xLdEt7KXuSxoRMmFOGEGU3bPXP7Z14g=";
cargoHash = "sha256-/a91ONvKG6aRFAnHDkpOQQFtfGlO1WahWM9LdPs75iw=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit