numix-icon-theme-circle: 18.09.19 -> 19.01.24
This commit is contained in:
parent
fde2ab7bf9
commit
9aedca3da1
@ -1,17 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, gtk3, numix-icon-theme }:
|
{ stdenv, fetchFromGitHub, gtk3, numix-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "18.09.19";
|
pname = "numix-icon-theme-circle";
|
||||||
|
version = "19.01.24";
|
||||||
package-name = "numix-icon-theme-circle";
|
|
||||||
|
|
||||||
name = "${package-name}-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "numixproject";
|
owner = "numixproject";
|
||||||
repo = package-name;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1a1ack4kpngnb3c281pssmp3snn2idcn2c5cv3l38a0dl5g5w8nq";
|
sha256 = "18asihcv41jlysb2ynbvbk6fn0lnj7ckaz1nyx1w25a7nk413dnm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 numix-icon-theme ];
|
nativeBuildInputs = [ gtk3 numix-icon-theme ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user