···11{ config
22, lib
33, stdenv
44-, fetchzip
44+, fetchgit
55, autoreconfHook
66, autoconf-archive
77, pkg-config
···3939 pname = "sox";
4040 version = "unstable-2021-05-09";
41414242- src = fetchzip {
4343- url = "https://sourceforge.net/code-snapshots/git/s/so/sox/code.git/sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49.zip";
4242+ src = fetchgit {
4343+ # not really needed, but when this src was updated from `fetchurl ->
4444+ # fetchgit`, we spared the mass rebuild by changing this `name` and
4545+ # therefor merge this to `master` and not to `staging`.
4646+ name = "source";
4747+ url = "https://git.code.sf.net/p/sox/code";
4848+ rev = "42b3557e13e0fe01a83465b672d89faddbe65f49";
4449 hash = "sha256-9cpOwio69GvzVeDq79BSmJgds9WU5kA/KUlAkHcpN5c=";
4550 };
4651