diff options
| author | nixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com> | 2025-08-10 17:46:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 17:46:48 +0000 |
| commit | 4b7201787c9dd23b3c852d444b105410fdb6b132 (patch) | |
| tree | 53700c287ec9dc852adc81e02d5c0448b8025fea | |
| parent | google-chrome: 138.0.7204.183 -> 139.0.7258.66 (diff) | |
| parent | rustical: 0.8.1 -> 0.8.4 (diff) | |
| download | nixpkgs-4b7201787c9dd23b3c852d444b105410fdb6b132.tar.gz | |
rustical: 0.8.1 -> 0.8.4 (#432522)
Co-authored-by: poperigby <poperigby@mailbox.org>
| -rw-r--r-- | pkgs/by-name/ru/rustical/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ru/rustical/package.nix b/pkgs/by-name/ru/rustical/package.nix index 44805d96bafa..e987e3b041d0 100644 --- a/pkgs/by-name/ru/rustical/package.nix +++ b/pkgs/by-name/ru/rustical/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "rustical"; - version = "0.8.1"; + version = "0.8.4"; src = fetchFromGitHub { owner = "lennart-k"; repo = "rustical"; tag = "v${finalAttrs.version}"; - hash = "sha256-TkgkgPQEj0SA9MjfWtOUu6rHKYCIs5jVieYL1N+XLk8="; + hash = "sha256-y4t63lb14WdUjzhjv/mx90ThaTfE7KFyRkg+CG+66TE="; }; - cargoHash = "sha256-X+8G2H3wszKJmn7p8n0b6z3xZ/ylGzwc99oUnIGKpTA="; + cargoHash = "sha256-DK3es0GjKurCwGmr/6gAk+ccJc1dUP64kK+UzvS+Mi0="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; |
