about summary refs log tree commit diff
path: root/pkgs/tools/misc/uutils-coreutils
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2022-05-24 14:20:59 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2022-05-24 14:20:59 -0300
commita8d44428398e3e7e8655f62505e839c68bb24b41 (patch)
treed69f2725cdf4b1fe9e77a727a3aad27fcc0872ee /pkgs/tools/misc/uutils-coreutils
parent05c89fa88e4f7261417372e6b4e7e7b21b19e0e4 (diff)
uutils-coreutils: 0.0.13 -> 0.0.14
Diffstat (limited to 'pkgs/tools/misc/uutils-coreutils')
-rw-r--r--pkgs/tools/misc/uutils-coreutils/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/uutils-coreutils/default.nix b/pkgs/tools/misc/uutils-coreutils/default.nix
index f31ceeddae7f4..f4e7594b77160 100644
--- a/pkgs/tools/misc/uutils-coreutils/default.nix
+++ b/pkgs/tools/misc/uutils-coreutils/default.nix
@@ -12,19 +12,19 @@
 
 stdenv.mkDerivation rec {
   pname = "uutils-coreutils";
-  version = "0.0.13";
+  version = "0.0.14";
 
   src = fetchFromGitHub {
     owner = "uutils";
     repo = "coreutils";
     rev = version;
-    sha256 = "sha256-Fb5X3xpve6pRRlHSzevBvOdRpR0MrHzcOB83C15//zg=";
+    sha256 = "sha256-BLNWtf5RLeHQGH97M6vfZCXvCdPxUAU+hY1PBsGZ8jU=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-pSEo1XW/zywFoqt8vx55HS28CVbEC6/858ANknt1FPU=";
+    hash = "sha256-lHyIrzf286Hjef6cqy3tJF6U2OnnokGXcH4yMotZay4=";
   };
 
   nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];