1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

numix-icon-theme-circle: 24.07.19 -> 24.10.01

This commit is contained in:
R. Ryantm 2024-10-06 00:02:10 +00:00
parent b618b95449
commit 44b32f0c0c

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "24.07.19";
version = "24.10.01";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-tCqsFcKGUV4sLkoyc3beHmnJxVwRxEGo+G5PJfBuHbI=";
sha256 = "sha256-6+JzTVhhQBbEjQ85ZIBh04KZUFcHwDo8tdA0ruUEqT8=";
};
nativeBuildInputs = [ gtk3 ];