about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-12-31 21:52:26 +0400
committerGitHub <noreply@github.com>2023-12-31 21:52:26 +0400
commite5f6890469d8d1c3f5f58370fc9474cf246913fa (patch)
tree054fb639aa5579dd2bf5f05691e2843fde4b08c6
parenta77e3ec41c73eb0570f99b1b5787d5d40b3db43e (diff)
parent7738f989d9d5ea47ecde3362ce2b2e122c999947 (diff)
Merge pull request #277933 from r-ryantm/auto-update/wleave
wleave: 0.3.0 -> 0.3.1
-rw-r--r--pkgs/tools/wayland/wleave/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/wayland/wleave/default.nix b/pkgs/tools/wayland/wleave/default.nix
index 74d1c0b3bc58a..3c36b8b34d818 100644
--- a/pkgs/tools/wayland/wleave/default.nix
+++ b/pkgs/tools/wayland/wleave/default.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wleave";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchFromGitHub {
     owner = "AMNatty";
     repo = "wleave";
     rev = version;
-    hash = "sha256-qo9HnaWYsNZH1J8lAyKSwAOyvlCvIsh9maioatjtGkg=";
+    hash = "sha256-CVngGK2gSqar4rnUzgTH/aDE34La5PjSocN/h1oxoVA=";
   };
 
-  cargoHash = "sha256-6Gppf1upWoMi+gcRSeQ1txSglAaBbpOXKs2LoJhslPQ=";
+  cargoHash = "sha256-wVDNJSxNzx9gMp2tMx9bMwWGKcEybEixVom4SUJZPgU=";
 
   nativeBuildInputs = [
     pkg-config