2023-07-15 17:15:38 +00:00
|
|
|
{ fetchFromGitHub }:
|
|
|
|
|
|
|
|
rec {
|
|
|
|
# When you bump this, you should make sure all nemo-extensions
|
|
|
|
# are actually using this file since we try to deal with tags
|
|
|
|
# like nemo-fileroller-5.6.1 according to upstream's wishes.
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "6.0.1";
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "linuxmint";
|
|
|
|
repo = "nemo-extensions";
|
|
|
|
rev = version;
|
2024-01-02 11:29:13 +00:00
|
|
|
sha256 = "sha256-zuE0SO5VJ2kKjK7JgsSf+wJgfyffTHhfICslEoPKK8Q=";
|
2023-07-15 17:15:38 +00:00
|
|
|
};
|
|
|
|
}
|