Unverified Commit d4f05404 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

Merge pull request #332254 from a-kenji/update/cosmic-icons

cosmic-icons: 0-unstable-2024-07-04 -> 0-unstable-2024-08-04
parents ace8e250 aef47a2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "cosmic-icons";
  version = "0-unstable-2024-07-17";
  version = "0-unstable-2024-08-04";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    rev = "73be037ba266b08a2fa7b544d78e7f143a2894c5";
    sha256 = "sha256-Lyn9VneGr7RcfMPREOs3tP/HzpoRcnmw/nyo7kzOKCw=";
    rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5";
    sha256 = "sha256-KvEKFmsh7ljt9JbaqyZfTUiFZHZM2Ha1TwUDljXXLDw=";
  };

  nativeBuildInputs = [ just ];