cosmic-icons: 0-unstable-2024-05-21 -> 0-unstable-2024-07-17

This commit is contained in:
R. Ryantm 2024-07-18 22:01:56 +00:00
parent a62c421981
commit 5199655527

View File

@ -8,13 +8,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "cosmic-icons";
version = "0-unstable-2024-05-21";
version = "0-unstable-2024-07-17";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "9aad1ab6d5538938e69955b5f74576ac020be425";
sha256 = "sha256-ln2spVA8dlXi/B0ro/FIoWiIClPmwH9E9IqhrKPedys=";
rev = "73be037ba266b08a2fa7b544d78e7f143a2894c5";
sha256 = "sha256-Lyn9VneGr7RcfMPREOs3tP/HzpoRcnmw/nyo7kzOKCw=";
};
nativeBuildInputs = [ just ];