about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-08-17 22:51:35 +0300
committerGitHub <noreply@github.com>2021-08-17 22:51:35 +0300
commit2b75e59cc2553efd593fca1224b1c854d3d423e6 (patch)
tree8a0e15612f4e0e08c35bcc0a0edd7426ccba3fb6 /pkgs/tools/X11
parent3ac9cd049c86e8e3830d16702d175f9b9c8e5130 (diff)
parentbd514f19b6856d6c8d91987ff818e99470f72cfe (diff)
Merge pull request #133981 from r-ryantm/auto-update/xosview2
xosview2: 2.3.1 -> 2.3.2
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/xosview2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/X11/xosview2/default.nix b/pkgs/tools/X11/xosview2/default.nix
index fbee1e0ef6472..771cc772d7193 100644
--- a/pkgs/tools/X11/xosview2/default.nix
+++ b/pkgs/tools/X11/xosview2/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "xosview2";
-  version = "2.3.1";
+  version = "2.3.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/xosview/${pname}-${version}.tar.gz";
-    sha256 = "1drp0n6qjbxyc0104a3aw2g94rh5p218wmrqwxh3kwwm7pmr9xip";
+    sha256 = "sha256-ex1GDBgx9Zzx5tOkZ2IRYskmBh/bUYpRTXHWRoE30vA=";
   };
 
   # The software failed to buid with this enabled; it seemed tests were not implemented