Unverified Commit 6852d75b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

qlementine-icons: 1.11.0 -> 1.12.0 (#461483)

parents 4f9668ec 51c64404
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.11.0";
  version = "1.12.0";

  src = fetchFromGitHub {
    owner = "oclero";
    repo = "qlementine-icons";
    tag = "v${finalAttrs.version}";
    hash = "sha256-h0vcrXCpiTrP3wApXdAqz0QAlHDqiqBSQR6FIlrTeBM=";
    hash = "sha256-Tx3CWEuLIAY8Wk5TUe9Z6+i579GVCr7Vbukzc21K26Y=";
  };

  nativeBuildInputs = [ cmake ];