This commit is contained in:
parent
95373805cd
commit
4f44b54b23
@ -11,23 +11,24 @@
|
|||||||
libopus,
|
libopus,
|
||||||
steam-run,
|
steam-run,
|
||||||
writeShellApplication,
|
writeShellApplication,
|
||||||
|
lib,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
entangled = rustPlatform.buildRustPackage rec {
|
entangled = rustPlatform.buildRustPackage rec {
|
||||||
pname = "noita-entangled-worlds-proxy";
|
pname = "noita-entangled-worlds-proxy";
|
||||||
version = "v1.5.1";
|
version = "v1.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "IntQuant";
|
owner = "IntQuant";
|
||||||
repo = "noita_entangled_worlds";
|
repo = "noita_entangled_worlds";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-v5aulgWkPhgkPHfHb1j/39JauKfFhFCHRfBgm2UJHYc=";
|
hash = "sha256-frrpD0aWTeDbZYtp15R+quUUAZf7OvHlbSLtGJJtAqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/noita-proxy";
|
sourceRoot = "${src.name}/noita-proxy";
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-1YkLTp3QUaC1oU1SwmuOJMTklptfZu2gIonDyLfLhCk=";
|
cargoHash = "sha256-TzUS6d6PopgGf2i1yVaXaXdzNrvfSz+Gv67BAtxYmb4=";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
openssl
|
openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user