Unverified Commit 6cb484c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #308601 from r-ryantm/auto-update/cosmic-icons

cosmic-icons: unstable-2024-02-22 -> 0-unstable-2024-05-02
parents 903ab0fa 694cc90e
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 = "unstable-2024-02-22";
  version = "0-unstable-2024-05-02";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    rev = "ee87327736728a9fb5a70c8688e9000f72829343";
    sha256 = "sha256-W4t5uTkiOVGGHZEqD5tGbEPhHbNZp5qnYYHDG8N70vQ=";
    rev = "f48101c38db7e725d31591ec49896a2f525886e2";
    sha256 = "sha256-M9n09uEM4ee8FZYTsaAu+8E0YRxQAGBvylKDHv1dp5M=";
  };

  nativeBuildInputs = [ just ];