tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rlaunch: 1.3.13 -> 1.3.14
Dan Callaghan
2 years ago
5055d528
7fb1b609
+3
-12
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
rlaunch
default.nix
+3
-12
pkgs/applications/misc/rlaunch/default.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "rlaunch";
10
-
version = "1.3.13";
11
12
src = fetchFromGitHub {
13
owner = "PonasKovas";
14
repo = pname;
15
rev = version;
16
-
sha256 = "1w8qvny72l5358wnk4dmqnrv4mrpzxrzf49svav9grzxzzf8mqy2";
17
};
18
19
-
cargoSha256 = "00lnw48kn97gp45lylv5c6v6pil74flzpsq9k69xgvvjq9yqjzrx";
20
-
21
-
patches = [
22
-
# Fixes "error[E0308]: mismatched types; expected `u8`, found `i8`" on aarch64
23
-
# Remove with next version update
24
-
(fetchpatch {
25
-
url = "https://github.com/PonasKovas/rlaunch/commit/f78f36876bba45fe4e7310f58086ddc63f27a57e.patch";
26
-
hash = "sha256-rTS1khw1zt3i1AJ11BhAILcmaohAwVc7Qfl6Fc76Kvs=";
27
-
})
28
-
];
29
30
# The x11_dl crate dlopen()s these libraries, so we have to inject them into rpath.
31
postFixup = ''
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "rlaunch";
10
+
version = "1.3.14";
11
12
src = fetchFromGitHub {
13
owner = "PonasKovas";
14
repo = pname;
15
rev = version;
16
+
hash = "sha256-PyCR/ob947W+6T56y1se74aNy1avJDb2ELyv2aGf1og=";
17
};
18
19
+
cargoHash = "sha256-/a1SjGDcauOy1vmXvmWBZmag8G+T2au+Z7b0y1Vj3C8=";
0
0
0
0
0
0
0
0
0
20
21
# The x11_dl crate dlopen()s these libraries, so we have to inject them into rpath.
22
postFixup = ''