3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from dotlambda/ghostwriter-2.0.0-rc4

ghostwriter: 2.0.0-rc3 -> 2.0.0-rc4
This commit is contained in:
Sandro 2021-02-03 21:30:30 +01:00 committed by GitHub
commit 8f81f599eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "ghostwriter";
version = "2.0.0-rc3";
version = "2.0.0-rc4";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = version;
sha256 = "sha256-Ag97iE++f3nG2zlwqn0qxSL9RpF8O3XWH9NtQ5kFuWg=";
sha256 = "07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3";
};
nativeBuildInputs = [ qmake pkg-config qttools ];