add version

This commit is contained in:
2023-09-29 12:08:50 +02:00
parent b7769e46a9
commit 0f0687cad7

View File

@@ -2,6 +2,7 @@
stdenv.mkDerivation {
name = "strongbox";
version = "7.0.0";
src = fetchurl {
url = "https://github.com/ogri-la/strongbox/releases/download/${version}/strongbox";