Unverified Commit 9be32fbf authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

candy-icons: 0-unstable-2025-06-07 -> 0-unstable-2025-06-23 (#420200)

parents 397ec2ed 53434e8c
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-06-07";
  version = "0-unstable-2025-06-23";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "9720f52c97f582780f0927541ba19963603ad7f5";
    hash = "sha256-bXUlc8SnLIEopGtqyXbqu50qe1PNW5875l8WdsfyANw=";
    rev = "29976b2036490599753766f869f83e9346d8cf8e";
    hash = "sha256-UxuW9cRGmKS2t8ik2tMAQHU0Xj+W5WhWuBxnLkkPnoE=";
  };

  nativeBuildInputs = [ gtk3 ];