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

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

parents f894e985 65820f16
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-23";
  version = "0-unstable-2025-07-10";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "29976b2036490599753766f869f83e9346d8cf8e";
    hash = "sha256-UxuW9cRGmKS2t8ik2tMAQHU0Xj+W5WhWuBxnLkkPnoE=";
    rev = "475c5b27d34e6bde3ed11e985a727bd7ec9f155a";
    hash = "sha256-XU10gw0WYWnzyzbzJlg2oNCksLY/Tt1CJGo0Nu4FLnM=";
  };

  nativeBuildInputs = [ gtk3 ];