Merge pull request #157171 from DarkKirb/soundtouch-2.3.1
This commit is contained in:
commit
7efd61a09a
1 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
|||
{stdenv, lib, fetchFromGitLab, autoconf, automake, libtool}:
|
||||
{ stdenv, lib, fetchFromGitea, autoconf, automake, libtool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "soundtouch";
|
||||
version = "2.2";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "soundtouch";
|
||||
repo = "soundtouch";
|
||||
rev = version;
|
||||
sha256 = "12i6yg8vvqwyk412lxl2krbfby6hnxld8qxy0k4m5xp4g94jiq4p";
|
||||
sha256 = "10znckb8mrnmvwj7vq12732al873qhqw27fpb5f8r0bkjdpcj3vr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool ];
|
||||
|
|
Loading…
Reference in a new issue