tennix: avoid URL literal
It's not allowed anymore: https://hydra.nixos.org/build/201125718 This amends PR #204859
This commit is contained in:
parent
c24b7eab34
commit
92b4f17380
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "1.3.1";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://repo.or.cz/tennix.git;
|
||||
url = "git://repo.or.cz/tennix.git";
|
||||
rev = "refs/tags/tennix-${version}";
|
||||
sha256 = "sha256-U5+S1jEeg+7gdM1++dln6ePTqxZu2Zt0oUrH3DIlkgk=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue