numix-icon-theme-circle: 22.01.15 -> 22.02.06

This commit is contained in:
R. Ryantm 2022-02-14 18:41:20 +00:00
parent 8617a5a336
commit 824cc30a56

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "22.01.15";
version = "22.02.06";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-mOjNztzvSdKN4fgbcwYWA+iaYiRIa8v6EeK7eyX0lTs=";
sha256 = "sha256-a+h5DMxVM1TPVx8yuKwRzjjnBLnIWMCCKG+BPg1Hq5Y=";
};
nativeBuildInputs = [ gtk3 ];