summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 15:10:51 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 15:10:51 -0800
commit972c7568f6fcbba8d66ab764314c1bebdee870f2 (patch)
treed0e9e5b79b702de17d1fce748cfeb125c5dc5156
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar.gz
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar.bz2
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar.lz
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar.xz
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.tar.zst
nixpkgs-972c7568f6fcbba8d66ab764314c1bebdee870f2.zip
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
-rw-r--r--pkgs/os-specific/linux/jfbview/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/jfbview/default.nix b/pkgs/os-specific/linux/jfbview/default.nix
index dafe9069b5a..e037ad98226 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.5";
+  version = "0.5.6";
 
   src = fetchFromGitHub {
     repo = "JFBView";
     owner = "jichu4n";
     rev = version;
-    sha256 = "1w844ha9lp49ik79yfislib34455nl9gcksbx22hiz30gmqwzakz";
+    sha256 = "09rcmlf04aka0yzr25imadi0fl4nlbsxcahs7fhvzx4nql4halqw";
   };
 
   hardeningDisable = [ "format" ];