about summary refs log tree commit diff
path: root/pkgs/tools/misc/pspg
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 03:10:29 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 03:10:29 -0700
commit28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa (patch)
tree6b81db02d9bb46edec08ee7f7729e7665476fc96 /pkgs/tools/misc/pspg
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar.gz
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar.bz2
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar.lz
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar.xz
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.tar.zst
nixlib-28e4a2d4ad7e9acb98c2755f6c47c76ed8dd1ffa.zip
pspg: 1.6.5 -> 1.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pspg/versions
Diffstat (limited to 'pkgs/tools/misc/pspg')
-rw-r--r--pkgs/tools/misc/pspg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pspg/default.nix b/pkgs/tools/misc/pspg/default.nix
index ea304d2aa895..1aaed4feafe8 100644
--- a/pkgs/tools/misc/pspg/default.nix
+++ b/pkgs/tools/misc/pspg/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "pspg-${version}";
-  version = "1.6.5";
+  version = "1.6.8";
 
   src = fetchFromGitHub {
     owner = "okbob";
     repo = "pspg";
     rev = "${version}";
-    sha256 = "0zz924fl0b99a09gi5l3vxv9dmxnkv1v679w6k9zf365b44z91ki";
+    sha256 = "1lwzyimn28a7q8k2c8z7and4qhrdil0za8lixh96z6x4lcb0rz5q";
   };
 
   nativeBuildInputs = [ pkgconfig ];