cosmic-icons: 0-unstable-2024-05-02 -> 0-unstable-2024-05-21

This commit is contained in:
R. Ryantm
2024-05-27 11:06:47 +00:00
parent 757873b346
commit 31d689245f
+3 -3
View File
@@ -8,13 +8,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "cosmic-icons";
version = "0-unstable-2024-05-02";
version = "0-unstable-2024-05-21";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "f48101c38db7e725d31591ec49896a2f525886e2";
sha256 = "sha256-M9n09uEM4ee8FZYTsaAu+8E0YRxQAGBvylKDHv1dp5M=";
rev = "9aad1ab6d5538938e69955b5f74576ac020be425";
sha256 = "sha256-ln2spVA8dlXi/B0ro/FIoWiIClPmwH9E9IqhrKPedys=";
};
nativeBuildInputs = [ just ];