tuifeed: 0.3.2 -> 0.4.1 (#392820)

authored by

Arne Keller and committed by
GitHub
698214a3 774354ec

+3 -3
+3 -3
pkgs/applications/networking/feedreaders/tuifeed/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "tuifeed"; 11 - version = "0.3.2"; 11 + version = "0.4.1"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - hash = "sha256-JG/l6NfN5RqBpz9NVcVY3mP/iE31TXvw+Vjq8N8rNIY="; 15 + hash = "sha256-/13YC5ur633bCRq2pEQKWL+EwLFp5ZkJF6Pnipqo76s="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-UlZDT/i3UB0wGGpuSBBvVPqRbzGHneDJs57pHn11E5k="; 19 + cargoHash = "sha256-xfva1kEJz/KjPB5YP11130pyQngYUWAyqH3dVU7WqI8="; 20 20 21 21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; 22 22