3
0
Fork 0
forked from mirrors/nixpkgs

numix-icon-theme-circle: 23.01.25 -> 23.01.29

This commit is contained in:
R. Ryantm 2023-02-01 15:13:54 +00:00
parent f7bae54f01
commit a4a8cad21d

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.01.25";
version = "23.01.29";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-bejoClo31C2gO7Ni1cIxaumwDrhumRZgAPpxS1Jt/Fw=";
sha256 = "sha256-VmVzU8ACBE4Rx0uVScdQVbygDLE9MmD7ssD1j4ri74g=";
};
nativeBuildInputs = [ gtk3 ];