summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-27 18:01:07 +0000
committerGitHub <noreply@github.com>2022-02-27 18:01:07 +0000
commit0a79f47878472cf5e12c1986a9a09829b0f32fee (patch)
treee4ba5d2d16ed69c4743311faf282114860dcc41b /pkgs/tools/filesystems
parent6fab7a16fa3e2a9328cf2c11bfed50ff3c3f7903 (diff)
parentbecdf2da400c8f8a6823d76b6dead3e8f9ada9eb (diff)
downloadnixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar.gz
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar.bz2
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar.lz
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar.xz
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.tar.zst
nixpkgs-0a79f47878472cf5e12c1986a9a09829b0f32fee.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/lfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/lfs/default.nix b/pkgs/tools/filesystems/lfs/default.nix
index 279f3482d99..73ccd29ad51 100644
--- a/pkgs/tools/filesystems/lfs/default.nix
+++ b/pkgs/tools/filesystems/lfs/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lfs";
-  version = "2.1.1";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "Canop";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-v1hFH/3iRyUCZzV+QECOpOmKc+izarlOE9EVEDMh6fo=";
+    sha256 = "sha256-q8ekLh0pw+kMIE2SP3cBgrMTfMjY5zRWR58mq5bbB8U=";
   };
 
-  cargoSha256 = "sha256-8daO6fbCOp0+Y1jRH1CgqM+B2/AABwIZ2+3i/qtpIxM=";
+  cargoSha256 = "sha256-eZM48OyYgEJl71I2iu52hKwjDrbSelR4JH/se79bBDs=";
 
   meta = with lib; {
     description = "Get information on your mounted disks";