lol

Merge pull request #195802 from r-ryantm/auto-update/httm

httm: 0.14.10 -> 0.15.1

authored by

Mario Rodas and committed by
GitHub
e8d50a85 ce1bb225

+3 -3
+3 -3
pkgs/tools/filesystems/httm/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "httm"; 9 - version = "0.14.10"; 9 + version = "0.15.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kimono-koans"; 13 13 repo = pname; 14 14 rev = version; 15 - sha256 = "sha256-izJMypTB7JCvSdTbsS85ez9HL7hM8DtPvnPXA0MvQC8="; 15 + sha256 = "sha256-VCKdGFOjVIrXMIuv0yA7SZU2tYvT7WNYCXKY3Mo4nus="; 16 16 }; 17 17 18 - cargoSha256 = "sha256-3B1+pV7FyOD/e9fIKiAheIbb1vSFooc2qdnbL7LmzdQ="; 18 + cargoSha256 = "sha256-wY5ouCel624nlG9OysqHgoWhJ1FHUjF4B6vFfOfCxgk="; 19 19 20 20 nativeBuildInputs = [ installShellFiles ]; 21 21