3
0
Fork 0
forked from mirrors/nixpkgs

dorion: 4.0.0 -> 4.1.1

This commit is contained in:
R. Ryantm 2024-01-27 14:30:09 +00:00
parent 58c189c2a4
commit c1da28f4a2

View file

@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
name = "dorion";
version = "4.0.0";
version = "4.1.1";
src = fetchurl {
url = "https://github.com/SpikeHD/Dorion/releases/download/v${finalAttrs.version }/Dorion_${finalAttrs.version}_amd64.deb";
hash = "sha256-vUa7QgOBwLJe36SqD7OCz5uM60/rLmNnM+AWGE/g3jM=";
hash = "sha256-H+r5+TPZ1Yyn0nE4MJGlN9WEn13nA8fkI1ZmfFor5Lk=";
};
unpackCmd = ''