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

qlementine-icons: 1.14.0 -> 1.15.0 (#509249)

parents d801aeab 8c73b72f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "qlementine-icons";
  version = "1.14.0";
  version = "1.15.0";

  src = fetchFromGitHub {
    owner = "oclero";
    repo = "qlementine-icons";
    tag = "v${finalAttrs.version}";
    hash = "sha256-29XiD3t+KKEe8KRs5LwTN11gEFBJt/Ws6geq6bdH8KA=";
    hash = "sha256-dnKl245hLBfENAh0ICQ/OX+3KDC2RE3t7uboiUc1XGY=";
  };

  nativeBuildInputs = [ cmake ];