summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-30 15:31:53 -0500
committerGitHub <noreply@github.com>2021-01-30 15:31:53 -0500
commit7a34a2832762602d876acfecd5f5cea328681f67 (patch)
treec7d01e3c72715716ff082cb088fd4f74074e22ed /pkgs/applications/audio
parent2dbb72c9dc29aff857e04d613399d96079a730cf (diff)
parent77805eb9df39cc838cc15bf12fd93ee8ca4931ca (diff)
Merge pull request #111217 from r-ryantm/auto-update/fomp
fomp: 1.2.0 -> 1.2.2
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/fomp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/fomp/default.nix b/pkgs/applications/audio/fomp/default.nix
index ece8dc8d1ea5..f9f57b1ed55b 100644
--- a/pkgs/applications/audio/fomp/default.nix
+++ b/pkgs/applications/audio/fomp/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fomp";
- version = "1.2.0";
+ version = "1.2.2";
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
- sha256 = "01ld6yjrqrki6zwac8lmwmqkr5rv0sdham4pfbfkjwck4hi1gqqw";
+ sha256 = "sha256-xnGijydiO3B7BjSlryFuH1j/OPio9hCYbniq2IXp2W8=";
};
nativeBuildInputs = [ pkg-config wafHook ];