lol

rustfinity: 0.2.13 -> 0.2.14 (#428663)

authored by

Niklas Korz and committed by
GitHub
c445cf37 08f89f12

+3 -3
+3 -3
pkgs/by-name/ru/rustfinity/package.nix
··· 8 8 }: 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "rustfinity"; 11 - version = "0.2.13"; 11 + version = "0.2.14"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - hash = "sha256-yBWhY4Uta/K/Ka5DzhpZUiv0Y3Yfn4dI4ZARpJqTqY8="; 15 + hash = "sha256-Oh+AEgmBhlOQaCFECheuHCXT6hndpUnZH/l+tWMp2RQ="; 16 16 }; 17 17 18 - cargoHash = "sha256-ifVhVFiTO1CVpWo6B9OZXJwuc40IRkSc4ncMXG+5DnE="; 18 + cargoHash = "sha256-e1RnPqfgeyeEh8Av81RTuaMgYc6zoBZcygbc29DNKqE="; 19 19 20 20 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; 21 21 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ];