tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
numix-icon-theme-circle: 23.09.11 -> 23.10.09
R. Ryantm
2 years ago
a3e50a05
535734e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
icons
numix-icon-theme-circle
default.nix
+2
-2
pkgs/data/icons/numix-icon-theme-circle/default.nix
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "numix-icon-theme-circle";
5
-
version = "23.09.11";
6
7
src = fetchFromGitHub {
8
owner = "numixproject";
9
repo = pname;
10
rev = version;
11
-
sha256 = "sha256-9GTNE9Gt+dxdfOLD0Qv1utSkwigalAPxixGSC5Nj8XM=";
12
};
13
14
nativeBuildInputs = [ gtk3 ];
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "numix-icon-theme-circle";
5
+
version = "23.10.09";
6
7
src = fetchFromGitHub {
8
owner = "numixproject";
9
repo = pname;
10
rev = version;
11
+
sha256 = "sha256-H5zkBV8WV03mPKAq0IqFXv/O2qE3zT9UJJMo4tt1Agc=";
12
};
13
14
nativeBuildInputs = [ gtk3 ];