engelsystem: substitute version in URL

This commit is contained in:
Sandro 2023-08-10 01:05:54 +02:00 committed by GitHub
parent 0b9aa4c196
commit 2c98a795db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
version = "3.3.0";
src = fetchzip {
url =
"https://github.com/engelsystem/engelsystem/releases/download/v3.3.0/engelsystem-v3.3.0.zip";
url = "https://github.com/engelsystem/engelsystem/releases/download/v${version}/engelsystem-v${version}.zip";
hash = "sha256-DS0klm26udXsiiFToeOJooA1WUR8gk0qf/UJL8E77ps=";
};