tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fluent-icon-theme: 2023-06-07 -> 2024-02-25
Icy-Thought
2 years ago
f51fe574
8736250f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
icons
fluent-icon-theme
default.nix
+2
-2
pkgs/data/icons/fluent-icon-theme/default.nix
···
16
17
stdenvNoCC.mkDerivation rec {
18
inherit pname;
19
-
version = "2023-06-07";
20
21
src = fetchFromGitHub {
22
owner = "vinceliuice";
23
repo = pname;
24
rev = version;
25
-
hash = "sha256-drEAjIY/lacqncSeVeNmeRX6v4PnLvGo66Na1fuFXRg=";
26
};
27
28
nativeBuildInputs = [ gtk3 jdupes ];
···
16
17
stdenvNoCC.mkDerivation rec {
18
inherit pname;
19
+
version = "2024-02-25";
20
21
src = fetchFromGitHub {
22
owner = "vinceliuice";
23
repo = pname;
24
rev = version;
25
+
hash = "sha256-Cadp2+4kBZ74kdD5x0O85FszxvN6/sg6yccxughyX1Q";
26
};
27
28
nativeBuildInputs = [ gtk3 jdupes ];