1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghostwriter: 2.1.0 -> 2.1.1

https://github.com/wereturtle/ghostwriter/releases/tag/2.1.1
This commit is contained in:
Robert Schütz 2021-12-27 00:30:38 +00:00 committed by Kerstin
parent 2c526159cf
commit e3b5c71323

View file

@ -14,13 +14,13 @@
mkDerivation rec {
pname = "ghostwriter";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = version;
sha256 = "sha256-NPuwT0msFvGyS33X7lefdPZZ3AC4pZb1tvmOzzlQlgc=";
hash = "sha256-w4qCJgfBnN1PpPfhdsLdBpCRAWai9RrwU3LZl8DdEcw=";
};
nativeBuildInputs = [ qmake pkg-config qttools ];