ghostwriter: 2.1.1 -> 2.1.2

https://github.com/wereturtle/ghostwriter/releases/tag/2.1.2
This commit is contained in:
Will Dietz
2022-03-18 14:51:13 -05:00
parent 8194cb438d
commit b38b985ee3
@@ -14,13 +14,13 @@
mkDerivation rec {
pname = "ghostwriter";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = version;
hash = "sha256-w4qCJgfBnN1PpPfhdsLdBpCRAWai9RrwU3LZl8DdEcw=";
hash = "sha256-NpgtxYqxMWMZXZRZjujob40Nn6hirsSzcjoqRJR6Rws=";
};
nativeBuildInputs = [ qmake pkg-config qttools ];