add missing semilcon

This commit is contained in:
2023-09-29 12:03:28 +02:00
parent 7807c9b817
commit c58fcd0af6

View File

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