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

ghostwriter: 1.6.1 -> 1.6.2

This commit is contained in:
Robert Schütz 2018-04-16 07:57:12 +02:00
parent 908657ab53
commit 231e8e2a34

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ghostwriter";
version = "1.6.1";
version = "1.6.2";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = "v${version}";
sha256 = "1ihdr4xk0j83q83xknbikxb7yf9qhlkgvc89w33lhj090cv376gd";
sha256 = "0251563zy0q69fzfacvalpx43y15cshb0bhshyd4w37061gh1c12";
};
nativeBuildInputs = [ qmake pkgconfig ];