tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
whitesur-gtk-theme: 2023-06-30 -> 2023-10-13
R. Ryantm
2 years ago
f5a2cf47
6c5458cf
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
whitesur
default.nix
+2
-2
pkgs/data/themes/whitesur/default.nix
···
33
34
stdenv.mkDerivation rec {
35
pname = "whitesur-gtk-theme";
36
-
version = "2023-06-30";
37
38
src = fetchFromGitHub {
39
owner = "vinceliuice";
40
repo = pname;
41
rev = version;
42
-
sha256 = "sha256-ctEaS+zWkmiVoq0WVA3ecHc2rm8LFQC/kqi/KEXAyXw=";
43
};
44
45
nativeBuildInputs = [
···
33
34
stdenv.mkDerivation rec {
35
pname = "whitesur-gtk-theme";
36
+
version = "2023-10-13";
37
38
src = fetchFromGitHub {
39
owner = "vinceliuice";
40
repo = pname;
41
rev = version;
42
+
sha256 = "sha256-H8QdKCX6C36J7AfFd0VV9Rnm8LGXSfkxj5Yp2p+PduE=";
43
};
44
45
nativeBuildInputs = [