rlaunch: 1.3.13 -> 1.3.14

This commit is contained in:
Dan Callaghan 2023-09-17 11:06:58 +10:00
parent 7fb1b60965
commit 5055d52806
No known key found for this signature in database
GPG Key ID: 26B5AA2FDAF2F30A

View File

@ -7,25 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "rlaunch";
version = "1.3.13";
version = "1.3.14";
src = fetchFromGitHub {
owner = "PonasKovas";
repo = pname;
rev = version;
sha256 = "1w8qvny72l5358wnk4dmqnrv4mrpzxrzf49svav9grzxzzf8mqy2";
hash = "sha256-PyCR/ob947W+6T56y1se74aNy1avJDb2ELyv2aGf1og=";
};
cargoSha256 = "00lnw48kn97gp45lylv5c6v6pil74flzpsq9k69xgvvjq9yqjzrx";
patches = [
# Fixes "error[E0308]: mismatched types; expected `u8`, found `i8`" on aarch64
# Remove with next version update
(fetchpatch {
url = "https://github.com/PonasKovas/rlaunch/commit/f78f36876bba45fe4e7310f58086ddc63f27a57e.patch";
hash = "sha256-rTS1khw1zt3i1AJ11BhAILcmaohAwVc7Qfl6Fc76Kvs=";
})
];
cargoHash = "sha256-/a1SjGDcauOy1vmXvmWBZmag8G+T2au+Z7b0y1Vj3C8=";
# The x11_dl crate dlopen()s these libraries, so we have to inject them into rpath.
postFixup = ''