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.
1 parent c47b0e6 commit 29e9d00Copy full SHA for 29e9d00
pkgs/by-name/hy/hyprland-workspaces-tui/package.nix
@@ -9,18 +9,18 @@
9
}:
10
rustPlatform.buildRustPackage rec {
11
pname = "hyprland-workspaces-tui";
12
- version = "1.1.0";
+ version = "1.2.0";
13
14
src = fetchFromGitHub {
15
owner = "Levizor";
16
repo = "hyprland-workspaces-tui";
17
tag = version;
18
- hash = "sha256-QMwiBQGAybdL8FaUil6tFzSFg4nN/9mGVoqiDFwGZec=";
+ hash = "sha256-DLu7njrD5i9FeNWVZGBTKki70FurIGxtwgS6HbA7YLE=";
19
};
20
21
useFetchCargoVendor = true;
22
23
- cargoHash = "sha256-aT8LfBVOEVUvzgPlBIOXTgT+WXEt3vHMDyCcl9jT5/E=";
+ cargoHash = "sha256-1NZrpqbFiYSJtFNnlDwXX4J4rLwa9XlwUT+boMtr4tk=";
24
25
nativeBuildInputs = [
26
makeWrapper
0 commit comments