jfbview: 0.5.4 -> 0.5.5

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.L8dOowJKxk /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/d0c7d347a8f411b60cafc2bc64a3bb19
This commit is contained in:
Ryan Mulligan 2018-03-22 13:26:26 -07:00
parent 40aabe9d48
commit 7bd403aba9

View File

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