pay-respects: 0.7.0 -> 0.7.5 (#397386)

authored by Oleksii Filonenko and committed by GitHub 481a6d87 a5748d3a

+3 -15
+3 -15
pkgs/by-name/pa/pay-respects/package.nix
··· 2 lib, 3 fetchFromGitea, 4 rustPlatform, 5 - pkg-config, 6 - openssl, 7 - curl, 8 }: 9 rustPlatform.buildRustPackage rec { 10 pname = "pay-respects"; 11 - version = "0.7.0"; 12 13 src = fetchFromGitea { 14 domain = "codeberg.org"; 15 owner = "iff"; 16 repo = "pay-respects"; 17 rev = "v${version}"; 18 - hash = "sha256-xuZkZXVEXSmRGp1huVpqvjrP5kllq3fGg1Mg7wuyE3E="; 19 }; 20 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-aocFplTvjc3zV6NL6UKzdfdx5ry+jhvi4azceC0KSKA="; 23 - 24 - nativeBuildInputs = [ 25 - pkg-config 26 - ]; 27 - 28 - buildInputs = [ 29 - openssl 30 - curl 31 - ]; 32 33 meta = { 34 description = "Terminal command correction, alternative to `thefuck`, written in Rust";
··· 2 lib, 3 fetchFromGitea, 4 rustPlatform, 5 }: 6 rustPlatform.buildRustPackage rec { 7 pname = "pay-respects"; 8 + version = "0.7.5"; 9 10 src = fetchFromGitea { 11 domain = "codeberg.org"; 12 owner = "iff"; 13 repo = "pay-respects"; 14 rev = "v${version}"; 15 + hash = "sha256-NmFuu6uS8maAoN9U2ZdEyeJeozR3ubhoMrhvWKDxbMI="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-xqq4PXvon6edjJ4VhrhXD8QtDGWlMeJnl8mnH8rdIvU="; 20 21 meta = { 22 description = "Terminal command correction, alternative to `thefuck`, written in Rust";