Unverified Commit 6074566f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

candy-icons: 0-unstable-2025-11-28 -> 0-unstable-2025-12-10 (#471149)

parents cf8893d5 d1323a50
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-2025-11-28";
  version = "0-unstable-2025-12-10";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "ce1f1910da26b4112a0f5da72f7a8b3b72d09517";
    hash = "sha256-140FecsYY5/iweA+Ck9Wd5BRkSbL1TyEzzhgCPGoPQY=";
    rev = "93f38a6acf70e156ca0ef2b902e44171894021de";
    hash = "sha256-vVVqU6GkNJ6x9PrujcmoQRgEF0G6iAs8CarVZ6NZ1QA=";
  };

  nativeBuildInputs = [ gtk3 ];