Merge pull request #50085 from r-ryantm/auto-update/jfbview

jfbview: 0.5.5 -> 0.5.6
This commit is contained in:
Jörg Thalheim 2018-11-10 09:43:43 +00:00 committed by GitHub
commit c2464df58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
repo = "JFBView";
owner = "jichu4n";
rev = version;
sha256 = "1w844ha9lp49ik79yfislib34455nl9gcksbx22hiz30gmqwzakz";
sha256 = "09rcmlf04aka0yzr25imadi0fl4nlbsxcahs7fhvzx4nql4halqw";
};
hardeningDisable = [ "format" ];