fix version

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

View File

@@ -1,8 +1,10 @@
{ lib, stdenv, fetchurl, ... }:
let
version = "7.0.0";
in
stdenv.mkDerivation {
name = "strongbox";
version = "7.0.0";
src = fetchurl {
url = "https://github.com/ogri-la/strongbox/releases/download/${version}/strongbox";