Merge pull request #144388 from r-ryantm/auto-update/lfs

lfs: 1.1.0 -> 1.2.1

authored by

Thiago Kenji Okada and committed by
GitHub
e732a01d 8b0bfcc1

+3 -3
+3 -3
pkgs/tools/filesystems/lfs/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "lfs"; 8 - version = "1.1.0"; 9 10 src = fetchFromGitHub { 11 owner = "Canop"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "gez5q1niIhzWJpsEkbVRuQFILo3tTO8aJq7ewZArJ5M="; 15 }; 16 17 - cargoSha256 = "2U1xDG4bTimtmjwZ1z9ErlaOcBNJdRcHlEWVaiGg01M="; 18 19 meta = with lib; { 20 description = "Get information on your mounted disks";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "lfs"; 8 + version = "1.2.1"; 9 10 src = fetchFromGitHub { 11 owner = "Canop"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-Cf9W0LnlvMm0XZe6lvx8hQejcwyfxBC6VKltAAfRD5I="; 15 }; 16 17 + cargoSha256 = "sha256-skP9VJuRMCyA06YjGbyNIt/DljP3fQQOIQDy6k10zGI="; 18 19 meta = with lib; { 20 description = "Get information on your mounted disks";