Unverified Commit 9c41b9d4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

lla: 0.4.0 -> 0.4.2 (#444919)

parents 803b1683 c028181f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  nix-update-script,
}:
let
  version = "0.4.0";
  version = "0.4.2";
in
rustPlatform.buildRustPackage {
  pname = "lla";
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
    owner = "chaqchase";
    repo = "lla";
    tag = "v${version}";
    hash = "sha256-ArkmjnMRTwnIMy2UNM+GsdZJIvWa4RRZ3n//Gm3k9s4=";
    hash = "sha256-7/VfEcqvYGC1Pw9wJh5FF3c7BXgcg9LVDvcr4zCrros=";
  };

  nativeBuildInputs = [
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
    installShellFiles
  ];

  cargoHash = "sha256-vw5cckGZjN6B7X7Pm/mZzWnSjRVYkgl58txv6Asqoug=";
  cargoHash = "sha256-LYRNXNhPgpNZWP5XKqfgM6t9Ts2k/e09iXWMcuEp9LA=";

  cargoBuildFlags = [ "--workspace" ];