summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-31 19:19:36 -0500
committerGitHub <noreply@github.com>2018-03-31 19:19:36 -0500
commit3f47ee271bc10c2ea68e3d2119816d06d4b1feb5 (patch)
tree7ce57f8d71978cff24894b7fab4984d5f294189f /pkgs/os-specific
parent3070e9263e27ce31469a829b75ebf4851201712f (diff)
parent2424439013b79728a7cecaa0975515f190c810a1 (diff)
downloadnixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar.gz
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar.bz2
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar.lz
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar.xz
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.tar.zst
nixlib-3f47ee271bc10c2ea68e3d2119816d06d4b1feb5.zip
Merge pull request #37654 from ryantm/auto-update/jfbview
jfbview: 0.5.4 -> 0.5.5
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/jfbview/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/jfbview/default.nix b/pkgs/os-specific/linux/jfbview/default.nix
index fdec72dd09cd..dafe9069b5a8 100644
--- a/pkgs/os-specific/linux/jfbview/default.nix
+++ b/pkgs/os-specific/linux/jfbview/default.nix
@@ -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" ];
@@ -64,7 +64,5 @@ stdenv.mkDerivation rec {
     homepage = https://seasonofcode.com/pages/jfbview.html;
     license = licenses.asl20;
     platforms = platforms.linux;
-    # incompatible with latest mupdf, see https://github.com/jichu4n/JFBView/issues/17
-    broken = true;
   };
 }