summary refs log tree commit diff
path: root/pkgs/applications/graphics/kgraphviewer
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-28 13:15:11 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-28 22:15:11 +0200
commit844ebe2039fb032e4294e2a74eaf92740dbcf4c9 (patch)
tree29a12f13d2132e7c36648f2d082556d4887c31db /pkgs/applications/graphics/kgraphviewer
parentc19cce940909c130d279fbcc7d5c8a5ed2c0bc70 (diff)
downloadnixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar.gz
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar.bz2
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar.lz
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar.xz
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.tar.zst
nixpkgs-844ebe2039fb032e4294e2a74eaf92740dbcf4c9.zip
kgraphviewer: 2.4.2 -> 2.4.3 (#47031)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kgraphviewer/versions
Diffstat (limited to 'pkgs/applications/graphics/kgraphviewer')
-rw-r--r--pkgs/applications/graphics/kgraphviewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/kgraphviewer/default.nix b/pkgs/applications/graphics/kgraphviewer/default.nix
index 0d898df14b3..e70fafa24b6 100644
--- a/pkgs/applications/graphics/kgraphviewer/default.nix
+++ b/pkgs/applications/graphics/kgraphviewer/default.nix
@@ -6,11 +6,11 @@
 
 mkDerivation rec {
   name = "kgraphviewer-${version}";
-  version = "2.4.2";
+  version = "2.4.3";
 
   src = fetchurl {
     url = "mirror://kde/stable/kgraphviewer/${version}/${name}.tar.xz";
-    sha256 = "1jc5zfgy4narwgn7rscfwz7l5pjy0jghal6yb3kd4sfadi78nhs9";
+    sha256 = "1h6pgg89gvxl8gw7wmkabyqqrzad5pxyv5lsmn1fl4ir8lcc5q2l";
   };
 
   buildInputs = [