3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #79505 from r-ryantm/auto-update/flat-remix-icon-theme

flat-remix-icon-theme: 20191018 -> 20191122
This commit is contained in:
José Romildo Malaquias 2020-02-10 12:47:26 -03:00 committed by GitHub
commit c4214295d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flat-remix-icon-theme";
version = "20191018";
version = "20191122";
src = fetchFromGitHub {
owner = "daniruiz";
repo = "flat-remix";
rev = version;
sha256 = "13ibxvrvri04lb5phm49b6d553jh0aigm57z5i0nsins405gixn9";
sha256 = "1rv35r52l7xxjpajwli0md07k3xl7xplbw919vjmsb1hhrzavzzg";
};
nativeBuildInputs = [ gtk3 ];