baresip: 4.6.0 -> 4.7.0 (#507498)

This commit is contained in:
Michele Guerini Rocco
2026-04-08 06:46:27 +00:00
committed by GitHub
+2 -2
View File
@@ -31,14 +31,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "4.6.0";
version = "4.7.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${finalAttrs.version}";
hash = "sha256-ikfSr9chbkv+5XPlDZKH/80N98tBzHvyNf29kENXOFI=";
hash = "sha256-IfzLwK6mDfMPug6vRfsOJwByP6LwGkefh8lBC75eVbU=";
};
patches = [