about summary refs log tree commit diff
diff options
context:
space:
mode:
authormewoocat <97066700+mewoocat@users.noreply.github.com>2024-06-09 22:18:20 -0600
committermewoocat <azure.horizon.4@gmail.com>2024-06-23 16:57:04 -0600
commit52b57fa96e2306525a2b71f8695d8720bfdf61e7 (patch)
tree0b3c4494d622fb72dc8124874013d9c366ce1b4b
parent03f4f585f9c722ebecba47592c20d9b7a706098d (diff)
wallust: 2.10.0 -> 3.0.0-beta
-rw-r--r--pkgs/applications/misc/wallust/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/wallust/default.nix b/pkgs/applications/misc/wallust/default.nix
index e92d5517026f5..28ce000b1498e 100644
--- a/pkgs/applications/misc/wallust/default.nix
+++ b/pkgs/applications/misc/wallust/default.nix
@@ -6,7 +6,7 @@
 , makeWrapper
 }:
 let
-  version = "2.10.0";
+  version = "3.0.0-beta";
 in
 rustPlatform.buildRustPackage {
   pname = "wallust";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
     owner = "explosion-mental";
     repo = "wallust";
     rev = version;
-    hash = "sha256-0kPmr7/2uVncpCGVOeIkYlm2M0n9+ypVl7bQ9HnqLb4=";
+    hash = "sha256-gGyxRdv2I/3TQWrTbUjlJGsaRv4SaNE+4Zo9LMWmxk8";
   };
 
-  cargoHash = "sha256-p1NKEppBYLdCsTY7FHPzaGladLv5HqIVNJxSoFJOx50=";
+  cargoHash = "sha256-dkHS8EOzmn5VLiKP3SMT0ZGAsk2wzvQeioG7NuGGUzA=";
 
   nativeBuildInputs = [ makeWrapper ];