numix-icon-theme-circle: 18-08-17 -> 18.09.19
This commit is contained in:
parent
b2042983ef
commit
273501303c
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, gtk3, numix-icon-theme }:
|
{ stdenv, fetchFromGitHub, gtk3, numix-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "18.08.17";
|
version = "18.09.19";
|
||||||
|
|
||||||
package-name = "numix-icon-theme-circle";
|
package-name = "numix-icon-theme-circle";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "numixproject";
|
owner = "numixproject";
|
||||||
repo = package-name;
|
repo = package-name;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1nxgm5vf2rzbg8qh48iy0vdj12ffahlp9qhj8h0k1li03s3nf15h";
|
sha256 = "1a1ack4kpngnb3c281pssmp3snn2idcn2c5cv3l38a0dl5g5w8nq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 numix-icon-theme ];
|
nativeBuildInputs = [ gtk3 numix-icon-theme ];
|
||||||
|
|
Loading…
Reference in New Issue