add missing semilcon
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
|||||||
name = "strongbox";
|
name = "strongbox";
|
||||||
|
|
||||||
src = fetchurl {
|
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 = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user