wayfarer: 1.2.4-unstable-2025-04-12 -> 1.4.0 (#522845)

This commit is contained in:
Francesco Gazzetta
2026-05-22 07:55:35 +00:00
committed by GitHub
+6 -7
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromCodeberg,
blueprint-compiler,
desktop-file-utils,
gst_all_1,
@@ -17,14 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayfarer";
version = "1.2.4-unstable-2025-04-12";
version = "1.4.0";
src = fetchFromGitHub {
src = fetchFromCodeberg {
owner = "stronnag";
repo = "wayfarer";
# branch development - has new gtk4 code
rev = "2517004bb3c48653100f0c6a6da16fde7927755e";
hash = "sha256-ULmkjyBuqVwsFbLOdvqxvsAH1EF7zXFEBhU//nsV5sU=";
tag = finalAttrs.version;
hash = "sha256-+DKPRZjJ2Gg2TdoTk8LFsQlI3ecitLOGouVFEexwjkQ=";
};
postPatch = ''
@@ -57,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Screen recorder for GNOME / Wayland / pipewire";
homepage = "https://github.com/stronnag/wayfarer";
homepage = "https://codeberg.org/stronnag/wayfarer";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fgaz ];
mainProgram = "wayfarer";