Merge pull request #179435 from kilianar/numix-icon-theme

numix-icon-theme-{circle, square}: 22.03.01 -> 22.06.14

authored by José Romildo Malaquias and committed by GitHub 629b508b 75bba7ff

+4 -4
+2 -2
pkgs/data/icons/numix-icon-theme-circle/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme-circle"; 5 - version = "22.03.01"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-adSoFKvemirQtxoS6KrQvXxtIOKFZ73PTktVXytblbM="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme-circle"; 5 + version = "22.06.14"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-TPJKBDQXwZnYOfDqeCDvjNzwj9lWFKPrUTd9F07wTvQ="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
+2 -2
pkgs/data/icons/numix-icon-theme-square/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme-square"; 5 - version = "22.03.01"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-VCXHInaxn5BKY9Yth6DjoKa/JS2WVjvwAfRMiL2r1B0="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme-square"; 5 + version = "22.06.14"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-2DWDoUcSjADkOr+4/JaqAHbUzpFSQGYNye9/DvioFrM="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];