Skip to content

Commit

Permalink
jfbview: 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 2fdb8f9)
  • Loading branch information
Samuel Leathers authored and joachifm committed Sep 20, 2017
1 parent 883ea76 commit 00ca2b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/os-specific/linux/jfbview/default.nix
Expand Up @@ -15,15 +15,17 @@ in

stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.3";
version = "0.5.4";

src = fetchFromGitHub {
sha256 = "18iyvisslqp5ibhix00j4y7q8fmf2a79chflimc78xf52x4m2p5q";
rev = version;
repo = "JFBView";
owner = "jichu4n";
rev = version;
sha256 = "0p12b5n07yfkmfswjdb3a4c5c50jcphl030n3i71djcq4jjvrxlw";
};

hardeningDisable = [ "format" ];

buildInputs = [
freetype harfbuzz jbig2dec libjpeg libX11 mujs mupdf ncurses openjpeg
openssl
Expand Down

0 comments on commit 00ca2b3

Please sign in to comment.