add missing semilcon
This commit is contained in:
parent
7807c9b817
commit
c58fcd0af6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue