···1{ config
2, lib
3, stdenv
4+, fetchgit
5, autoreconfHook
6, autoconf-archive
7, pkg-config
···39 pname = "sox";
40 version = "unstable-2021-05-09";
4142+ src = fetchgit {
43+ # not really needed, but when this src was updated from `fetchurl ->
44+ # fetchgit`, we spared the mass rebuild by changing this `name` and
45+ # therefor merge this to `master` and not to `staging`.
46+ name = "source";
47+ url = "https://git.code.sf.net/p/sox/code";
48+ rev = "42b3557e13e0fe01a83465b672d89faddbe65f49";
49 hash = "sha256-9cpOwio69GvzVeDq79BSmJgds9WU5kA/KUlAkHcpN5c=";
50 };
51