nero-umu: 1.1.2 -> 1.1.3

This commit is contained in:
Keenan Weaver 2025-07-02 16:24:57 -05:00
parent c98bbfa818
commit 0bc41316f9
No known key found for this signature in database
GPG Key ID: 0926B70C6A27AAE1

View File

@ -18,13 +18,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "nero-umu"; pname = "nero-umu";
version = "1.1.2"; version = "1.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SeongGino"; owner = "SeongGino";
repo = "Nero-umu"; repo = "Nero-umu";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-7Wmha/WsSmbEgD2Dw2izSRzw8ldIrWcRIdUMp2okHWY="; hash = "sha256-w9sMBMtaop0lCwqvNf235cf0+ON91tMoqU1guyX6oVU=";
}; };
#Replace quazip git submodule with pre-packaged quazip #Replace quazip git submodule with pre-packaged quazip