Bump entangled worlds
All checks were successful
build / build (push) Successful in 22m28s

This commit is contained in:
Torjus Håkestad 2025-05-13 11:40:47 +02:00
parent 95373805cd
commit 4f44b54b23
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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