dorion: 1.2.1 -> 3.1.1

This commit is contained in:
R. Ryantm 2023-12-31 15:43:57 +00:00
parent 2749ef997c
commit bb1d2e553d

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
name = "dorion";
version = "1.2.1";
version = "3.1.1";
src = fetchurl {
url = "https://github.com/SpikeHD/Dorion/releases/download/v${finalAttrs.version }/Dorion_${finalAttrs.version}_amd64.deb";
hash = "sha256-FghJM34GMt8+4b6jsQQSsfmHIyua/pjRHKNErGyK/kw=";
hash = "sha256-wvlmR4IlWOKF+T6Uuc6MainWs+cqeJMO9E6Suc/4QMU=";
};
unpackCmd = ''