lol

Merge pull request #164084 from jojosch/libreddit-update

libreddit: 0.21.7 -> 0.22.1

authored by

Bobby Rong and committed by
GitHub
17403250 a5cc3c54

+3 -3
+3 -3
pkgs/servers/libreddit/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "libreddit"; 11 - version = "0.21.7"; 11 + version = "0.22.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "spikecodes"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-pALPhSoamsU5xEbSoXFe+Cikl16gxTXccUATMkYB97M="; 17 + sha256 = "sha256-k6GAxEGmDzC6nUCMYXahw/MTQanpZw8UMBVPCA4zSTs="; 18 18 }; 19 19 20 - cargoSha256 = "sha256-/P8wyFPCcCoGINtJ0qom3xLlkunH6xZPd7/7ynXmTy4="; 20 + cargoSha256 = "sha256-K31z5j/pBN84Egrfwe4/V3hpbIrlzn6ppFFNWFXFVcc="; 21 21 22 22 buildInputs = lib.optional stdenv.isDarwin Security; 23 23