about summary refs log tree commit diff
path: root/pkgs/tools/misc/rmlint
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-15 02:42:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-15 02:42:48 +0000
commitded0d3bd0e3920916e46fcddb017f570d053f0f8 (patch)
treee320dd2f55ff8c4134167c3dfe907df4b71ead64 /pkgs/tools/misc/rmlint
parent0905a5d99031c213c20c962e9501a2202602741b (diff)
rmlint: 2.10.0 -> 2.10.1
Diffstat (limited to 'pkgs/tools/misc/rmlint')
-rw-r--r--pkgs/tools/misc/rmlint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/rmlint/default.nix b/pkgs/tools/misc/rmlint/default.nix
index 4dd4408501203..2ea1668409a5a 100644
--- a/pkgs/tools/misc/rmlint/default.nix
+++ b/pkgs/tools/misc/rmlint/default.nix
@@ -5,13 +5,13 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   pname = "rmlint";
-  version = "2.10.0";
+  version = "2.10.1";
 
   src = fetchFromGitHub {
     owner = "sahib";
     repo = "rmlint";
     rev = "v${version}";
-    sha256 = "1r7j1bmm83p6wdw0jhvkm4sa568r534zsy45bvas7qq4433jl019";
+    sha256 = "15xfkcw1bkfyf3z8kl23k3rlv702m0h7ghqxvhniynvlwbgh6j2x";
   };
 
   CFLAGS="-I${stdenv.lib.getDev utillinux}/include";