tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hyprland-per-window-layout: 2.3 -> 2.3.1
R. Ryantm
2 years ago
d9af9140
2387a37f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
wayland
hyprland-per-window-layout
default.nix
+3
-3
pkgs/tools/wayland/hyprland-per-window-layout/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "hyprland-per-window-layout";
5
5
-
version = "2.3";
5
5
+
version = "2.3.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "coffebar";
9
9
repo = pname;
10
10
rev = version;
11
11
-
hash = "sha256-eqhGX9rjvOHh6RuWj5dqWPKlFdTnZpAcDUuJbT3Z/E8=";
11
11
+
hash = "sha256-zH0N7m8cvc47MM7+DAIgg/S6onpIwoB9CfcAmRqhtGA=";
12
12
};
13
13
14
14
-
cargoHash = "sha256-AUkBTHShtY3ZJ8pxCuW9baVuxb2QxzXxJQMgbuVTlPY=";
14
14
+
cargoHash = "sha256-rYTptEB+2Adlb1y7oXO+noqNylwiHBAb49ufZdPL9Qc=";
15
15
16
16
meta = with lib; {
17
17
description = "Per window keyboard layout (language) for Hyprland wayland compositor";