about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/nemo-extensions/srcs.nix
blob: a5ab9dfe9b3ec4e12f418ca159766555d05735b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ 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.
  version = "6.0.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "nemo-extensions";
    rev = version;
    sha256 = "sha256-zuE0SO5VJ2kKjK7JgsSf+wJgfyffTHhfICslEoPKK8Q=";
  };
}