Commit ea03289a authored by R. RyanTM's avatar R. RyanTM
Browse files

candy-icons: 0-unstable-2026-02-13 -> 0-unstable-2026-03-06

parent f7f03dc6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation {
  pname = "candy-icons";
  version = "0-unstable-2026-02-13";
  version = "0-unstable-2026-03-06";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "b0a85a7414504191342b0c6d073c6f9233cb923a";
    hash = "sha256-SzZMCNNTIctzFqx2qHwE4y4lioctpum39AyRrylurZA=";
    rev = "83512fbcadcb7e1015ebbe1729a1894946b021be";
    hash = "sha256-TzovzmfrUuaSrtpKCQxyXcih7cKSBhBtMpZLVwY/ScA=";
  };

  nativeBuildInputs = [ gtk3 ];