summary refs log tree commit diff
path: root/pkgs/applications/graphics/zgrviewer
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-03 14:38:37 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-03 16:54:38 +0300
commitb8069e784ee96892f439de3c5f0f64c9aa194a03 (patch)
treeb3dc8a7e7190591199e23f2ff885a4f473a28298 /pkgs/applications/graphics/zgrviewer
parent420cadca9f1b2c9afeefde614d34aab719d89b68 (diff)
downloadnixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar.gz
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar.bz2
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar.lz
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar.xz
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.tar.zst
nixpkgs-b8069e784ee96892f439de3c5f0f64c9aa194a03.zip
Update zgrviewer
Diffstat (limited to 'pkgs/applications/graphics/zgrviewer')
-rw-r--r--pkgs/applications/graphics/zgrviewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/zgrviewer/default.nix b/pkgs/applications/graphics/zgrviewer/default.nix
index 4eefd5749b6..a6c299d1ab3 100644
--- a/pkgs/applications/graphics/zgrviewer/default.nix
+++ b/pkgs/applications/graphics/zgrviewer/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, jre, unzip}:
 stdenv.mkDerivation rec {
-  version = "0.8.2";
+  version = "0.9.0";
   pname = "zgrviewer";
   name="${pname}-${version}";
   src = fetchurl {
     url = "mirror://sourceforge/zvtm/${pname}/${version}/${name}.zip";
-    sha256 = "a76b9865c1490a6cfc08911592a19c15fe5972bf58e017cb31db580146f069bb";
+    sha256 = "1yg2rck81sqqrgfi5kn6c1bz42dr7d0zqpcsdjhicssi1y159f23";
   };
   buildInputs = [jre unzip];
   buildPhase = "";