jfbview: 0.5.5 -> 0.5.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jfbview/versions
This commit is contained in:
R. RyanTM 2018-11-09 15:10:51 -08:00
parent a054d74507
commit 972c7568f6

View File

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