tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
layan-gtk-theme: update 2021-06-30 -> 2023-05-23
Vanilla
2 years ago
f3f607dc
b956863f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
layan-gtk-theme
default.nix
+2
-2
pkgs/data/themes/layan-gtk-theme/default.nix
···
6
6
7
7
stdenv.mkDerivation rec {
8
8
pname = "layan-gtk-theme";
9
9
-
version = "2021-06-30";
9
9
+
version = "2023-05-23";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "vinceliuice";
13
13
repo = pname;
14
14
rev = version;
15
15
-
sha256 = "sha256-FI8+AJlcPHGOzxN6HUKLtPGLe8JTfTQ9Az9NsvVUK7g=";
15
15
+
sha256 = "sha256-R8QxDMOXzDIfioAvvescLAu6NjJQ9zhf/niQTXZr+yA=";
16
16
};
17
17
18
18
propagatedUserEnvPkgs = [ gtk-engine-murrine ];