Merge pull request #198807 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 22.10.17 -> 22.10.31
This commit is contained in:
José Romildo Malaquias 2022-10-31 15:12:36 -03:00 committed by GitHub
commit 15a051a5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.10.17";
version = "22.10.31";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-uS2Oqb5yRNHZDheflo5U4wyMm8fLvU4w3qLjPQ+zE68=";
sha256 = "sha256-TtRIVut4VBkQnM0+DM44305+FG3l2tDSU+FfaR7OFZI=";
};
nativeBuildInputs = [ gtk3 ];