numix-icon-theme-square: 18.09.19 -> 19.01.24

This commit is contained in:
José Romildo Malaquias 2019-01-25 23:20:06 -02:00 committed by worldofpeace
parent 9aedca3da1
commit 409f9d13cc

View File

@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, gtk3, numix-icon-theme }: { stdenv, fetchFromGitHub, gtk3, numix-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${package-name}-${version}"; pname = "numix-icon-theme-square";
package-name = "numix-icon-theme-square"; version = "19.01.24";
version = "18.09.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "numixproject"; owner = "numixproject";
repo = package-name; repo = pname;
rev = version; rev = version;
sha256 = "0q5p901qj3gyzgpy5kk9q5sqb13ka5cfg6wvazlfch1k3kaqksz1"; sha256 = "0x3d21snfp4v9ippny1jmf2hw5dcscwrlasxvr5bgxhff1idf81c";
}; };
nativeBuildInputs = [ gtk3 numix-icon-theme ]; nativeBuildInputs = [ gtk3 numix-icon-theme ];