We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bbc524 + c32c98f commit 2823a9cCopy full SHA for 2823a9c
pkgs/by-name/wl/wlr-which-key/package.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "wlr-which-key";
14
- version = "1.0.1";
+ version = "1.1.0";
15
16
src = fetchFromGitHub {
17
owner = "MaxVerevkin";
18
repo = "wlr-which-key";
19
rev = "v${version}";
20
- hash = "sha256-+LOu1iJ4ciqJMemNKV0cNpAxn857izu9j8pu+3Z0msk=";
+ hash = "sha256-BEf1qpy0bVPi5nmu3UUiv8k0bJvE5VFB5Zqb5lS0+t4=";
21
};
22
23
- cargoHash = "sha256-4aVBaKwvGSpePw64UwrqHhDYcSvM8zADrXAK5SBEfm0=";
+ cargoHash = "sha256-QWYqZT6ptxGkDqRAXnT1pWXiuk7j/6KVBBzuFJOB81M=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments