Merge pull request #255566 from danc86/rlaunch-1.3.14

rlaunch: 1.3.13 -> 1.3.14
This commit is contained in:
Nick Cao 2023-09-17 10:00:59 -04:00 committed by GitHub
commit ff0fa4498d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''