Skip to content

Commit c32c98f

Browse files
committed
wlr-which-key: 1.0.1 -> 1.1.0
1 parent b16a62c commit c32c98f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wl/wlr-which-key/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "wlr-which-key";
14-
version = "1.0.1";
14+
version = "1.1.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "MaxVerevkin";
1818
repo = "wlr-which-key";
1919
rev = "v${version}";
20-
hash = "sha256-+LOu1iJ4ciqJMemNKV0cNpAxn857izu9j8pu+3Z0msk=";
20+
hash = "sha256-BEf1qpy0bVPi5nmu3UUiv8k0bJvE5VFB5Zqb5lS0+t4=";
2121
};
2222

23-
cargoHash = "sha256-4aVBaKwvGSpePw64UwrqHhDYcSvM8zADrXAK5SBEfm0=";
23+
cargoHash = "sha256-QWYqZT6ptxGkDqRAXnT1pWXiuk7j/6KVBBzuFJOB81M=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)