kdePackages.oxygen-icons: 6.0.0 -> 6.1.0 (#352903)

This commit is contained in:
Pol Dellaiera 2024-11-04 20:14:14 +01:00 committed by GitHub
commit b4a300a64c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
}:
mkKdeDerivation rec {
pname = "oxygen-icons";
version = "6.0.0";
version = "6.1.0";
src = fetchurl {
url = "mirror://kde/stable/oxygen-icons/oxygen-icons-${version}.tar.xz";
hash = "sha256-KOwYKHXcwV2SePRc7RECaqOSR28fRUhxueLINwCOV3Q=";
hash = "sha256-FsqXEHnFBnxFB8q/G2GdyH3Wsyb9XC3Z9dQ4EPIXTWg=";
};
dontStrip = true;