Skip to content

Commit 311d8d0

Browse files
hyprland-autoname-workspaces: 1.1.15 -> 1.1.16 (#382990)
2 parents cdf83e0 + af3ba3e commit 311d8d0

File tree

1 file changed

+3
-3
lines changed
  • pkgs/by-name/hy/hyprland-autoname-workspaces

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "hyprland-autoname-workspaces";
9-
version = "1.1.15";
9+
version = "1.1.16";
1010

1111
src = fetchFromGitHub {
1212
owner = "hyprland-community";
1313
repo = "hyprland-autoname-workspaces";
1414
rev = version;
15-
hash = "sha256-oXVKee3YAMXtVJBqJGt1SpH0KFzvIB278EN69A2OeXY=";
15+
hash = "sha256-M/3mqO7G2E5NW2uE+X8P4UhEl0r1fPXuxyb1NowJQnY=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-zkv8Eb4k3Hu4PSQKOZTEu0dNFLeoKq03uY5S7G8fo4U=";
19+
cargoHash = "sha256-GwLyC1G2RAIvb7c8vFRAUErp1ychY9mSAWhBNzX4Kvk=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)