summary refs log tree commit diff
path: root/pkgs/tools/text/gnused
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 07:01:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 07:01:00 -0700
commit731d6486cb1bc35683616ac5aab95019326ea9fe (patch)
tree4cafe99904ab4731e7cac18989066ee6e06647c8 /pkgs/tools/text/gnused
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar.gz
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar.bz2
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar.lz
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar.xz
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.tar.zst
nixpkgs-731d6486cb1bc35683616ac5aab95019326ea9fe.zip
gnused: 4.4 -> 4.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --help` got 0 exit code
- ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --version` and found version 4.5
- ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --help` and found version 4.5
- found 4.5 with grep in /nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5
- directory tree listing: https://gist.github.com/20a2031e4b27616ba71439622e5fe4d1
Diffstat (limited to 'pkgs/tools/text/gnused')
-rw-r--r--pkgs/tools/text/gnused/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gnused/default.nix b/pkgs/tools/text/gnused/default.nix
index 72d632533ff..47193e61615 100644
--- a/pkgs/tools/text/gnused/default.nix
+++ b/pkgs/tools/text/gnused/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "gnused-${version}";
-  version = "4.4";
+  version = "4.5";
 
   src = fetchurl {
     url = "mirror://gnu/sed/sed-${version}.tar.xz";
-    sha256 = "0fv88bcnraixc8jvpacvxshi30p5x9m7yb8ns1hfv07hmb2ypmnb";
+    sha256 = "0h3b2jfj57wmz680vkbyavlsrkak556qhvs7m7fdlawwhg477bbs";
   };
 
   outputs = [ "out" "info" ];