summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-08-23 10:48:20 +0200
committerGitHub <noreply@github.com>2020-08-23 10:48:20 +0200
commit46e31c701f5ba7d1974fcf86fc94f5daf484fd35 (patch)
tree6eaa835cb902253a288423d61035158490fe75da /pkgs/tools
parentadc5918e83a20c9f9019103648a44b06101c094a (diff)
parent9a7318af2156a74efada98408a5b15cd17c9badd (diff)
downloadnixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar.gz
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar.bz2
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar.lz
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar.xz
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.tar.zst
nixpkgs-46e31c701f5ba7d1974fcf86fc94f5daf484fd35.zip
Merge pull request #96060 from r-ryantm/auto-update/miller
miller: 5.8.0 -> 5.9.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/miller/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/miller/default.nix b/pkgs/tools/text/miller/default.nix
index ead501763e7..4137fd4d278 100644
--- a/pkgs/tools/text/miller/default.nix
+++ b/pkgs/tools/text/miller/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   pname = "miller";
 
-  version = "5.8.0";
+  version = "5.9.0";
 
   src = fetchFromGitHub {
     owner = "johnkerl";
     repo = "miller";
     rev = "v${version}";
-    sha256 = "06y1l730xps196jbnxahmd5alc9ba5m8hakm9sc8hx1q5b9ylfih";
+    sha256 = "14fi6jlqb980qjcpb90fk85cglskq9b9i2k0216bhpvjmagywgp7";
   };
 
   nativeBuildInputs = [ autoreconfHook flex libtool ];