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:
Bobby Rong 2024-12-03 20:45:44 +08:00
parent c2cbfebd92
commit f5571c171f
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "nemo-fileroller";
version = "6.2.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
rev = version;
hash = "sha256-qghGgd+OWYiXvcGUfgiQT6rR4mJPAOfOtYB3lWLg4iA=";
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
};
sourceRoot = "${src.name}/nemo-fileroller";