Skip to content

Commit

Permalink
Merge pull request #279222 from r-ryantm/auto-update/wleave
Browse files Browse the repository at this point in the history
wleave: 0.3.1 -> 0.3.2
  • Loading branch information
NickCao authored Jan 7, 2024
2 parents 8f822aa + a754773 commit 4f372dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/wayland/wleave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "wleave";
version = "0.3.1";
version = "0.3.2";

src = fetchFromGitHub {
owner = "AMNatty";
repo = "wleave";
rev = version;
hash = "sha256-CVngGK2gSqar4rnUzgTH/aDE34La5PjSocN/h1oxoVA=";
hash = "sha256-RMUwsrDvSErNbulpyJyRSB1NIsG706SCvF50t3VKuWA=";
};

cargoHash = "sha256-wVDNJSxNzx9gMp2tMx9bMwWGKcEybEixVom4SUJZPgU=";
cargoHash = "sha256-E7Lw7HIZC8j/1H+M9lfglfMkWDeaAL505qCkj+CV7Ik=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 4f372dc

Please sign in to comment.