cinnamon.nemo: 6.2.2 -> 6.2.3

https://github.com/linuxmint/nemo/compare/6.2.2...6.2.3
This commit is contained in:
Bobby Rong 2024-07-07 19:54:00 +08:00
parent 65fa3de324
commit fb63a9b1e8
No known key found for this signature in database

View File

@ -1,5 +1,4 @@
{ fetchFromGitHub
, fetchpatch
, glib
, gobject-introspection
, meson
@ -25,26 +24,19 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.2.2";
version = "6.2.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-afK+iJ/WUtcs8Upid4AkbAZAIs/wimHFlXm717U0LHc=";
sha256 = "sha256-wyz2pzwJGYMFKoKVqrhLnkJqXG8Qg2+BygpOm2yegpM=";
};
patches = [
# Load extensions from NEMO_EXTENSION_DIR environment variable
# https://github.com/NixOS/nixpkgs/issues/78327
./load-extensions-from-env.patch
# Don't tie the interactive search box with the window's lifetime
# https://github.com/linuxmint/nemo/issues/3423
(fetchpatch {
url = "https://github.com/linuxmint/nemo/commit/055b47af0e1a830e556989372f3689bbd36b639d.patch";
hash = "sha256-cMtBz1uLGCV4nnrBITzXAV/SffI0nNcEdeujrHxAzQc=";
})
];
outputs = [ "out" "dev" ];