mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
nemo-fileroller: 6.2.0 -> 6.4.0
https://github.com/linuxmint/nemo-extensions/compare/6.2.0...6.4.0
This commit is contained in:
parent
c2cbfebd92
commit
f5571c171f
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nemo-fileroller";
|
pname = "nemo-fileroller";
|
||||||
version = "6.2.0";
|
version = "6.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = "nemo-extensions";
|
repo = "nemo-extensions";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-qghGgd+OWYiXvcGUfgiQT6rR4mJPAOfOtYB3lWLg4iA=";
|
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/nemo-fileroller";
|
sourceRoot = "${src.name}/nemo-fileroller";
|
||||||
|
Loading…
Reference in New Issue
Block a user