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 cdf83e0 + af3ba3e commit 311d8d0Copy full SHA for 311d8d0
pkgs/by-name/hy/hyprland-autoname-workspaces/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "hyprland-autoname-workspaces";
9
- version = "1.1.15";
+ version = "1.1.16";
10
11
src = fetchFromGitHub {
12
owner = "hyprland-community";
13
repo = "hyprland-autoname-workspaces";
14
rev = version;
15
- hash = "sha256-oXVKee3YAMXtVJBqJGt1SpH0KFzvIB278EN69A2OeXY=";
+ hash = "sha256-M/3mqO7G2E5NW2uE+X8P4UhEl0r1fPXuxyb1NowJQnY=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-zkv8Eb4k3Hu4PSQKOZTEu0dNFLeoKq03uY5S7G8fo4U=";
+ cargoHash = "sha256-GwLyC1G2RAIvb7c8vFRAUErp1ychY9mSAWhBNzX4Kvk=";
20
21
doCheck = false;
22
0 commit comments