Merge pull request #286477 from Elserjo/freefilesync

freefilesync: add disable update patch
This commit is contained in:
Weijia Wang 2024-02-05 13:22:45 +01:00 committed by GitHub
commit e3818e4bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,14 @@ stdenv.mkDerivation (finalAttrs: {
patch = "revert_buggy_gtk3_change_in_12.1.patch";
hash = "sha256-eqush3zXxypQUxtO5110GoOJ30F5LZcF8XIC/Y8/fgM=";
})
# Disable update patch
(fetchDebianPatch {
pname = "freefilesync";
version = "13.3";
debianRevision = "1";
patch = "ffs_no_check_updates.patch";
hash = "sha256-lPyHpxhZz8BSnDI8QfAzKpKwVkp2jiF49RWjKNuZGII=";
})
];
nativeBuildInputs = [