add missing semilcon
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user