Skip to content

Commit ea1296a

Browse files
hyprland-workspaces-tui: 1.1.0 -> 1.2.0 (#382850)
2 parents 5f30488 + 29e9d00 commit ea1296a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hy/hyprland-workspaces-tui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "hyprland-workspaces-tui";
12-
version = "1.1.0";
12+
version = "1.2.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Levizor";
1616
repo = "hyprland-workspaces-tui";
1717
tag = version;
18-
hash = "sha256-QMwiBQGAybdL8FaUil6tFzSFg4nN/9mGVoqiDFwGZec=";
18+
hash = "sha256-DLu7njrD5i9FeNWVZGBTKki70FurIGxtwgS6HbA7YLE=";
1919
};
2020

2121
useFetchCargoVendor = true;
2222

23-
cargoHash = "sha256-aT8LfBVOEVUvzgPlBIOXTgT+WXEt3vHMDyCcl9jT5/E=";
23+
cargoHash = "sha256-1NZrpqbFiYSJtFNnlDwXX4J4rLwa9XlwUT+boMtr4tk=";
2424

2525
nativeBuildInputs = [
2626
makeWrapper

0 commit comments

Comments
 (0)