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