We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995d7da commit 682ff8fCopy full SHA for 682ff8f
pkgs/applications/networking/feedreaders/tuifeed/default.nix
@@ -8,15 +8,15 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "tuifeed";
11
- version = "0.3.2";
+ version = "0.4.1";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-JG/l6NfN5RqBpz9NVcVY3mP/iE31TXvw+Vjq8N8rNIY=";
+ hash = "sha256-/13YC5ur633bCRq2pEQKWL+EwLFp5ZkJF6Pnipqo76s=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-UlZDT/i3UB0wGGpuSBBvVPqRbzGHneDJs57pHn11E5k=";
+ cargoHash = "sha256-xfva1kEJz/KjPB5YP11130pyQngYUWAyqH3dVU7WqI8=";
20
21
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
22
0 commit comments