summary refs log tree commit diff
path: root/pkgs/tools/misc/pspg
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 18:56:19 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 18:56:19 -0700
commit3f6ccc14b873ea1220d193962039a89e1422717b (patch)
treeb60c6285c768a33bc6fcdf54c3a689ddf136b84a /pkgs/tools/misc/pspg
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar.gz
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar.bz2
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar.lz
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar.xz
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.tar.zst
nixpkgs-3f6ccc14b873ea1220d193962039a89e1422717b.zip
pspg: 1.6.8 -> 2.0.4
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 81d7591b740..099c5598958 100644
--- a/pkgs/tools/misc/pspg/default.nix
+++ b/pkgs/tools/misc/pspg/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pspg";
-  version = "1.6.8";
+  version = "2.0.4";
 
   src = fetchFromGitHub {
     owner = "okbob";
     repo = "pspg";
     rev = version;
-    sha256 = "1lwzyimn28a7q8k2c8z7and4qhrdil0za8lixh96z6x4lcb0rz5q";
+    sha256 = "1xiyshz56qpx3bv0mzx73rqr7wmyamyj8jbqdv05wjb72npkjmzl";
   };
 
   nativeBuildInputs = [ pkgconfig ];