summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 15:45:22 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:45:22 +0200
commitb22c1b79943c24bb71859ac29194877a471a5160 (patch)
treedbcbbf3c415087a6bc9c541809e34a34086d2429
parent7085bc9711c4ff0cb56bf3c4add5cced7ac901ad (diff)
downloadnixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar.gz
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar.bz2
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar.lz
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar.xz
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.tar.zst
nixpkgs-b22c1b79943c24bb71859ac29194877a471a5160.zip
pstoedit: 3.71 -> 3.73 (#41528)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pstoedit/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73/bin/pstoedit had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.73 with grep in /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73
- directory tree listing: https://gist.github.com/4da3ca3d5e74c32b039a23ccafc88d68
- du listing: https://gist.github.com/66649e7e80a80f79059715f8158aff56
-rw-r--r--pkgs/tools/graphics/pstoedit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/pstoedit/default.nix b/pkgs/tools/graphics/pstoedit/default.nix
index a31a9848c10..623415a314b 100644
--- a/pkgs/tools/graphics/pstoedit/default.nix
+++ b/pkgs/tools/graphics/pstoedit/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "pstoedit-3.71";
+  name = "pstoedit-3.73";
 
   src = fetchurl {
     url = "mirror://sourceforge/pstoedit/${name}.tar.gz";
-    sha256 = "15dwrwjbixjqph2jmdqzi9fihwpqc1kz5jcv5phxw8wwrlicv285";
+    sha256 = "147jkgvm9n6mbkl6ndqnm9x74x5y9agbxkfwj0jrw6yxyhxx2cdd";
   };
 
   outputs = [ "out" "dev" ];