scylladb: switch to fetchFromGitHub
This commit is contained in:
parent
2ef96d712b
commit
85f87b2c7e
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchgit,
|
fetchFromGitHub,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
gcc8Stdenv,
|
gcc8Stdenv,
|
||||||
|
@ -34,10 +34,11 @@ gcc8Stdenv.mkDerivation {
|
||||||
pname = "scylladb";
|
pname = "scylladb";
|
||||||
version = "3.0.5";
|
version = "3.0.5";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/scylladb/scylla.git";
|
owner = "scylladb";
|
||||||
|
repo = "scylla";
|
||||||
rev = "403f66ecad6bc773712c69c4a80ebd172eb48b13";
|
rev = "403f66ecad6bc773712c69c4a80ebd172eb48b13";
|
||||||
sha256 = "14mg0kzpkrxvwqyiy19ndy4rsc7s5gnv2gwd3xdwm1lx1ln8ywsi";
|
sha256 = "sha256-UXOPLA2dhspbH40/se0r+jCdiW82BR895rvnef8Er5I=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue