3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #214000 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 23.01.25 -> 23.01.29
This commit is contained in:
Weijia Wang 2023-02-01 18:53:34 +01:00 committed by GitHub
commit 7a5c50d110
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-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 ];