edhm-ui: 3.0.69 -> 3.0.70

(cherry picked from commit 0943d5cbff)
This commit is contained in:
R. Ryantm
2026-07-19 11:11:22 +00:00
committed by github-actions[bot]
parent 070e96c30e
commit a878ade22d

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "edhm-ui";
version = "3.0.69";
version = "3.0.70";
strictDeps = true;
src = fetchzip {
url = "https://github.com/BlueMystical/EDHM_UI/releases/download/v${finalAttrs.version}/edhm-ui-v3-linux-x64.zip";
hash = "sha256-t/K8VohJjjP/VgreHZWYtlsMXp1gp9Gme/joHywfeH4=";
hash = "sha256-jAvUWrjQl8dmXxd99ONYqgdnPkzDQwdSEf8ar2nLEds=";
};
nativeBuildInputs = [