Skip to content

Commit 481a6d8

Browse files
authored
pay-respects: 0.7.0 -> 0.7.5 (#397386)
2 parents a5748d3 + 8dbb152 commit 481a6d8

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

pkgs/by-name/pa/pay-respects/package.nix

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,21 @@
22
lib,
33
fetchFromGitea,
44
rustPlatform,
5-
pkg-config,
6-
openssl,
7-
curl,
85
}:
96
rustPlatform.buildRustPackage rec {
107
pname = "pay-respects";
11-
version = "0.7.0";
8+
version = "0.7.5";
129

1310
src = fetchFromGitea {
1411
domain = "codeberg.org";
1512
owner = "iff";
1613
repo = "pay-respects";
1714
rev = "v${version}";
18-
hash = "sha256-xuZkZXVEXSmRGp1huVpqvjrP5kllq3fGg1Mg7wuyE3E=";
15+
hash = "sha256-NmFuu6uS8maAoN9U2ZdEyeJeozR3ubhoMrhvWKDxbMI=";
1916
};
2017

2118
useFetchCargoVendor = true;
22-
cargoHash = "sha256-aocFplTvjc3zV6NL6UKzdfdx5ry+jhvi4azceC0KSKA=";
23-
24-
nativeBuildInputs = [
25-
pkg-config
26-
];
27-
28-
buildInputs = [
29-
openssl
30-
curl
31-
];
19+
cargoHash = "sha256-xqq4PXvon6edjJ4VhrhXD8QtDGWlMeJnl8mnH8rdIvU=";
3220

3321
meta = {
3422
description = "Terminal command correction, alternative to `thefuck`, written in Rust";

0 commit comments

Comments
 (0)