summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:47:55 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:47:55 -0700
commit56b6771e09a013759ac45fbaaf20b6462dc68bc7 (patch)
treed84497c71724f7f1b3bc94def38857387b3a989a /pkgs/tools/misc
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar.gz
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar.bz2
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar.lz
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar.xz
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.tar.zst
nixlib-56b6771e09a013759ac45fbaaf20b6462dc68bc7.zip
entr: 4.0 -> 4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1/bin/entr 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 4.1 with grep in /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1
- directory tree listing: https://gist.github.com/fd156bc7a5f670e3b90073b60678bee9
- du listing: https://gist.github.com/3a2e6fc964562e2a7d597aeb4c95b46d
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/entr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/entr/default.nix b/pkgs/tools/misc/entr/default.nix
index b8791f5f32a2..9301ce12a055 100644
--- a/pkgs/tools/misc/entr/default.nix
+++ b/pkgs/tools/misc/entr/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "entr-${version}";
-  version = "4.0";
+  version = "4.1";
 
   src = fetchurl {
     url = "http://entrproject.org/code/${name}.tar.gz";
-    sha256 = "12vc3xp0z0abmsy5kbix0wmn0sca39c8miyga6cijydi128zxm2a";
+    sha256 = "0y7gvyf0iykpf3gfw09m21hy51m6qn4cpkbrm4nnn7pwrwycj0y5";
   };
 
   postPatch = ''