Unverified Commit b4a300a6 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 5a2752a4 4769a34d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;