We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a462fb + 2d3f4f4 commit 903c390Copy full SHA for 903c390
pkgs/by-name/al/alterware-launcher/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "alterware-launcher";
11
- version = "0.11.2";
+ version = "0.11.3";
12
13
src = fetchFromGitHub {
14
owner = "alterware";
15
repo = "alterware-launcher";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-DFIiVNYom3LvU9IFA9w9FvXwm9gqfACDs8KaFKQR9Qs=";
+ hash = "sha256-qxAHnyjcb1ee6kZ4emBg7CN+z4UJXW5zjoY+TkXRwtc=";
18
};
19
20
- cargoHash = "sha256-/2i6GyBTKLf2oNFkizaBUHcLcCPgsy3g0p31D6cO+xg=";
+ cargoHash = "sha256-FZcfUBRzgyMwGKi/7d76UNNr6SwRogyJKy7P7HNMNz0=";
21
22
buildInputs = [ openssl ];
23
nativeBuildInputs = [ pkg-config ];
0 commit comments