ghostwriter: 1.8.0 -> 1.8.1

gstqt5
R. RyanTM 2020-02-23 13:23:23 +00:00 committed by Jon
parent 6082646aff
commit 9090ce676b
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "ghostwriter";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = "v${version}";
sha256 = "13yn82m1l2pq93wbl569a2lzpc3sn8a8g30hsgdch1l9xlmhwran";
sha256 = "0jc6szfh5sdnafhwsr1xv7cn1fznniq58bix41hb9wlbkvq7wzi6";
};
nativeBuildInputs = [ qmake pkgconfig qttools ];