Commit 0f93b3f9 authored by Lin Xianyi's avatar Lin Xianyi Committed by Yaya
Browse files

wallust: 2.9.0 -> 2.10.0

parent 6dccc3ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
, makeWrapper
}:
let
  version = "2.9.0";
  version = "2.10.0";
in
rustPlatform.buildRustPackage {
  pname = "wallust";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
    owner = "explosion-mental";
    repo = "wallust";
    rev = version;
    hash = "sha256-AuZRt02bFr7GzI7qe4giGgjlXK/WX+gmF4+QwD0ChXk=";
    hash = "sha256-0kPmr7/2uVncpCGVOeIkYlm2M0n9+ypVl7bQ9HnqLb4=";
  };

  cargoHash = "sha256-O9w18ae83mgF3zjk0WUMeu16Ap7CF2ubuPnOqeCt4Nw=";
  cargoHash = "sha256-p1NKEppBYLdCsTY7FHPzaGladLv5HqIVNJxSoFJOx50=";

  nativeBuildInputs = [ makeWrapper ];