Skip to content

Commit

Permalink
dorion: 3.1.1 -> 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent 51b86ca commit 4537d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/do/dorion/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation (finalAttrs: {
name = "dorion";
version = "3.1.1";
version = "4.0.0";

src = fetchurl {
url = "https://github.com/SpikeHD/Dorion/releases/download/v${finalAttrs.version }/Dorion_${finalAttrs.version}_amd64.deb";
hash = "sha256-wvlmR4IlWOKF+T6Uuc6MainWs+cqeJMO9E6Suc/4QMU=";
hash = "sha256-vUa7QgOBwLJe36SqD7OCz5uM60/rLmNnM+AWGE/g3jM=";
};

unpackCmd = ''
Expand Down

0 comments on commit 4537d82

Please sign in to comment.