Skip to content

Commit 903c390

Browse files
alterware-launcher: 0.11.2 -> 0.11.3 (#421367)
Co-authored-by: andrew-field <[email protected]>
2 parents 8a462fb + 2d3f4f4 commit 903c390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/al/alterware-launcher/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "alterware-launcher";
11-
version = "0.11.2";
11+
version = "0.11.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "alterware";
1515
repo = "alterware-launcher";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-DFIiVNYom3LvU9IFA9w9FvXwm9gqfACDs8KaFKQR9Qs=";
17+
hash = "sha256-qxAHnyjcb1ee6kZ4emBg7CN+z4UJXW5zjoY+TkXRwtc=";
1818
};
1919

20-
cargoHash = "sha256-/2i6GyBTKLf2oNFkizaBUHcLcCPgsy3g0p31D6cO+xg=";
20+
cargoHash = "sha256-FZcfUBRzgyMwGKi/7d76UNNr6SwRogyJKy7P7HNMNz0=";
2121

2222
buildInputs = [ openssl ];
2323
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)