3
0
Fork 0
forked from mirrors/nixpkgs

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

numix-icon-theme-square: 22.10.31 -> 22.11.05
This commit is contained in:
José Romildo Malaquias 2022-11-05 23:19:42 -03:00 committed by GitHub
commit 6df24e568a
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.31";
version = "22.11.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-TtRIVut4VBkQnM0+DM44305+FG3l2tDSU+FfaR7OFZI=";
sha256 = "sha256-XHf9YzZ9VY63Jv7HXSL2NAfft1VYeMzcqd9+vz1CBhg=";
};
nativeBuildInputs = [ gtk3 ];