engrampa: add a warning to make sure i tend this once upstream updates

This commit is contained in:
Colin 2023-09-16 09:21:57 +00:00
parent 9e93a4cdce
commit b254f0716b
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
patches = upstream.patches or [] ++ [
(fetchpatch {
# 2023/03/29: Fix "invalid version" crash on startup
# - 2023/09/15: still not merged upstream
url = "https://github.com/geigi/cozy/pull/762.diff";
hash = "sha256-Wk03NGVU7OsQu3AGILtRsQX2r+wPOt5U85cOWu4q6Uo=";
})

View File

@ -1,9 +1,10 @@
{ mate
, fetchFromGitHub
, lib
}:
mate.engrampa.overrideAttrs (super: {
pname = "engrampa-sane";
src = fetchFromGitHub {
src = lib.warnIf (super.version != "1.26.1") fetchFromGitHub {
owner = "mate-desktop";
repo = "engrampa";
# point to a version > 1.27.0, for working cross compilation.