jfbview: 0.5.2 -> 0.5.3, fixes build

Also convert tabs to spaces
This commit is contained in:
Joachim Fasting 2017-02-07 04:44:31 +01:00
parent 4c5b08e4e2
commit 9611a60708
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ in
stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
sha256 = "1vd2ndl4ar2bzqf0k11qid6gvma59qg62imsa81mgczsqw7kvbx6";
sha256 = "18iyvisslqp5ibhix00j4y7q8fmf2a79chflimc78xf52x4m2p5q";
rev = version;
repo = "JFBView";
owner = "jichu4n";