From 08bb29847e53c209fd5c632e1e822dd70440a373 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 17 Oct 2022 11:58:05 +0200 Subject: [PATCH] faircamp: unstable-2022-07-22 -> unstable-2022-10-08 --- pkgs/applications/misc/faircamp/default.nix | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/faircamp/default.nix b/pkgs/applications/misc/faircamp/default.nix index 2113d53595d..a50c4e42706 100644 --- a/pkgs/applications/misc/faircamp/default.nix +++ b/pkgs/applications/misc/faircamp/default.nix @@ -2,6 +2,10 @@ , rustPlatform , fetchgit , makeWrapper +, pkg-config +, glib +, libopus +, vips , ffmpeg , callPackage , unstableGitUpdater @@ -9,20 +13,27 @@ rustPlatform.buildRustPackage { pname = "faircamp"; - version = "unstable-2022-07-22"; + version = "unstable-2022-10-08"; # TODO when switching to a stable release, use fetchFromGitea and add a # version test. Meanwhile, fetchgit is used to make unstableGitUpdater work. src = fetchgit { url = "https://codeberg.org/simonrepp/faircamp.git"; - rev = "4803b6e0b59c1fc9922d1e498743a0171d7f324d"; - sha256 = "sha256-VliBGYZPoX65JURlBaVMCMB5DuE/gqr27KcEzAVRFxc="; + rev = "630415985127298bf82bfc210d2fc8b214758db1"; + sha256 = "sha256-4pzDey0iV7LtHI0rbbcCjjuTaFt0CR88Vl0B1RU96v0="; }; - cargoHash = "sha256-fs7CXw6CS+TtMxLtDaQiYY6fiBFl4RCttymQJDAm6dg="; + cargoHash = "sha256-GgWxxKHLGtsSGVbhli6HTfUu4TmbY4J9N7UA7AOzUkc="; nativeBuildInputs = [ makeWrapper + pkg-config + ]; + + buildInputs = [ + glib + libopus + vips ]; postInstall = ''