File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
pkgs/by-name/pa/pay-respects Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 fetchFromGitea ,
44 rustPlatform ,
5- pkg-config ,
6- openssl ,
7- curl ,
85} :
96rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments