about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-04-27 13:22:28 +0200
committerGitHub <noreply@github.com>2023-04-27 13:22:28 +0200
commit79b49e4147a056b4d3d1c34b14fce6feedc19304 (patch)
tree9d234bbd963104bd2e957f3a436515708e49a963
parent63b758df7bec553f89a2578f7b85e8d3da02ea50 (diff)
parentdf1b665111089c3d5ca0f2b190a967140aa5a5df (diff)
Merge pull request #228444 from r-ryantm/auto-update/lscolors
-rw-r--r--pkgs/applications/misc/lscolors/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/lscolors/default.nix b/pkgs/applications/misc/lscolors/default.nix
index b80c8d0a2abf0..41e687c23e407 100644
--- a/pkgs/applications/misc/lscolors/default.nix
+++ b/pkgs/applications/misc/lscolors/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lscolors";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchCrate {
     inherit version pname;
-    sha256 = "sha256-rs/qv6zmSHy2FFiPSgGzxAV/r0SqK9vnfwnLj45WY4I=";
+    sha256 = "sha256-YVKs/1R//oKYBSSGnj6UMFo5zDp5O3QDDdkDKF4ICBk=";
   };
 
-  cargoSha256 = "sha256-WDvflAb56l+UkrxeQQZrloxlaK/mZavT9sA+VOWDW5Q=";
+  cargoHash = "sha256-EJdjSFgvvwH5beW+aD1KT5G9bpW/8mdi+7c27KSkZjo=";
 
   # setid is not allowed in the sandbox
   checkFlags = [ "--skip=tests::style_for_setid" ];