cozy: 1.2.1 -> 1.3.0

This commit is contained in:
Colin 2024-03-04 08:57:52 +00:00
parent 3b8252fe43
commit 5f3ef37050
2 changed files with 6 additions and 10 deletions

View File

@ -32,6 +32,12 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/291400";
title = "cozy: 1.2.1 -> 1.3.0";
hash = "sha256-gu1Ni7orOFfZNwqA41Uq5gCC/2TdiUB8YeSLsZYn4H4=";
})
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/292868";
saneCommit = "f090c1cd6bb5bbb14a86ec90ced78ca1a165a4fe";

View File

@ -1,14 +1,4 @@
{ cozy, fetchpatch }: cozy.overrideAttrs (upstream: {
patches = upstream.patches or [] ++ [
(fetchpatch {
# 2023/03/29: Fix "invalid version" crash on startup
# - 2023/09/15: still not merged upstream
# - 2023/12/11: merged; remove on next release?
# - 2024/03/03: available in 1.3.0 release
url = "https://github.com/geigi/cozy/pull/762.diff";
hash = "sha256-Wk03NGVU7OsQu3AGILtRsQX2r+wPOt5U85cOWu4q6Uo=";
})
];
postPatch = (upstream.postPatch or "") + ''
# disable all reporting.
# this can be done via the settings, but that's troublesome and easy to forget.