numix-gtk-theme: 2.6.7 -> unstable-2021-06-08

This commit is contained in:
José Romildo 2023-11-03 14:23:52 -03:00
parent afbe68b222
commit 3cd6bd4457

View file

@ -1,7 +1,7 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, sass , sassc
, glib , glib
, libxml2 , libxml2
, gdk-pixbuf , gdk-pixbuf
@ -10,17 +10,17 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.6.7";
pname = "numix-gtk-theme"; pname = "numix-gtk-theme";
version = "unstable-2021-06-08";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "numix-gtk-theme"; repo = "numix-gtk-theme";
owner = "numixproject"; owner = "numixproject";
rev = version; rev = "ad4b345cb19edba96bec72d6dc97ed1b568755a8";
sha256 = "12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"; hash = "sha256-7KX5xC6Gr6azqL2qyc8rYb3q9UhcGco2uEfltsQ+mgo=";
}; };
nativeBuildInputs = [ sass glib libxml2 gdk-pixbuf ]; nativeBuildInputs = [ sassc glib libxml2 gdk-pixbuf ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ];