Unverified Commit 80f9e01a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

candy-icons: 0-unstable-2025-01-29 -> 0-unstable-2025-02-08 (#382221)

parents 85ede005 43ab098c
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-01-29";
  version = "0-unstable-2025-02-08";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "907231dcea3008532ec912757d106b4155937331";
    hash = "sha256-Y56gg6dROTaKGvIwsi7xZim8Bc66x3zAWPTsAjYjALc=";
    rev = "19b7c01be70bb29475cd939638972ddbb7a33194";
    hash = "sha256-fUQCC4B3+DOxjvX6Fjxy8BBE+piPfbvbKbrIj1Yc6us=";
  };

  nativeBuildInputs = [ gtk3 ];