fix version

Signed-off-by: Yuchen Guo <yguo@posteo.net>
This commit is contained in:
Yuchen Guo 2023-08-13 22:46:26 +02:00 committed by Anderson Torres
parent 08ab4629b1
commit 959d8a84bf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.12.0";
src = fetchurl {
url = "https://downloads.sourceforge.net/project/leafnode/leafnode/${version}/leafnode-${version}.tar.gz";
url = "https://downloads.sourceforge.net/project/leafnode/leafnode/${finalAttrs.version}/leafnode-${finalAttrs.version}.tar.gz";
sha256 = "sha256-tGfOcyH2F6IeglfY00u199eKusnn6HeqD7or3Oz3ed4=";
};

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.0.0.alpha20140727b";
src = fetchurl {
url = "http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta/leafnode-${version}.tar.bz2";
url = "http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta/leafnode-${finalAttrs.version}.tar.bz2";
sha256 = "sha256-NOuiy7uHG3JMjV3UAtHDWK6yG6QmvrVljhVe0NdGEHU=";
};