about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-21 11:11:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-21 11:11:29 +0000
commitc653ea92251681c2212ccbcc5f4368cbe6f090f1 (patch)
tree3c762658966875ad3aa8b19210956439ceff7730
parentf9e65e44e5d313e8c83957a65928a77630dae26f (diff)
downloadnixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar.gz
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar.bz2
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar.lz
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar.xz
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.tar.zst
nixlib-c653ea92251681c2212ccbcc5f4368cbe6f090f1.zip
lfs: 1.4.0 -> 2.0.1
-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 4cfd728b9699..d7cac06b5bd2 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 = "1.4.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "Canop";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-mTgJ2DbSQprKKy7wTMXwmUAvHS9tacs9Nk1cmEJW9Sg=";
+    sha256 = "sha256-UGeIY/wms4QxIzt+ctclUStuNNV6Hm3A4Wu+LfaKgbw=";
   };
 
-  cargoSha256 = "sha256-Oiiz7I2eCtNMauvr0K2NtB49NJ/6XWVsJ0mMyEgFb7U=";
+  cargoSha256 = "sha256-c4rT6Y7XsmNrCtASkt6KWGTwGXwTM2berfdmSC61Z7s=";
 
   meta = with lib; {
     description = "Get information on your mounted disks";