Commit aedf5a31 authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin
Browse files

ghostwriter: 2.1.4 -> 2.1.5

parent 5e290575
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

mkDerivation rec {
  pname = "ghostwriter";
  version = "2.1.4";
  version = "2.1.5";

  src = fetchFromGitHub {
    owner = "wereturtle";
    repo = pname;
    rev = version;
    hash = "sha256-Vr1w9bAtjQK1ZevFDWQ7xNsUrdv5qrP+JHe1Cuc2CvE=";
    hash = "sha256-YmZrT/KZUa34A0mMDM423GL99BDLrqrio7gNEW833SI=";
  };

  nativeBuildInputs = [ qmake pkg-config qttools ];