Unverified Commit 2343a116 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

stu: 0.6.3 -> 0.6.4 (#346998)

parents f9196a3f b91f16b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  testers,
}:
let
  version = "0.6.3";
  version = "0.6.4";
in
rustPlatform.buildRustPackage {
  pname = "stu";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
    owner = "lusingander";
    repo = "stu";
    rev = "v${version}";
    hash = "sha256-+hncQQSCYpVuRBQSHMNsfD89K+vL1LUJrCqrBIaRW1E=";
    hash = "sha256-iLfUJXunQjS/dFB+sTtZRvsxHRMh5o6JYM3eCucEhQA=";
  };

  cargoHash = "sha256-tWgUVe8VLmEfroF4O3YfzU9yPerpKizuICWeSzsbV38=";
  cargoHash = "sha256-eja2wE822IckT9pj6TqqKh3NUyUox+VlhGb+lTvCW1Y=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.AppKit