Commit 3193a4d3 authored by R. RyanTM's avatar R. RyanTM
Browse files

qlementine: 1.2.2 -> 1.3.0

parent 30ef0997
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "qlementine";
  version = "1.2.2";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "oclero";
    repo = "qlementine";
    tag = "v${finalAttrs.version}";
    hash = "sha256-icImLN04Ux+pqWaBTNruCkZC+735vzMz8tzssyCncjI=";
    hash = "sha256-emP/ln69xdmoRDTKfSCTuv/H7HE4H6Mp7HPjvxjpphw=";
  };

  nativeBuildInputs = [ cmake ];