cinnamon.nemo: 5.6.5 -> 5.8.2

https://github.com/linuxmint/nemo/compare/5.6.5...5.8.2
This commit is contained in:
Bobby Rong 2023-06-02 13:11:45 +08:00
parent 067a8989e5
commit c73f809c61
No known key found for this signature in database

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "5.6.5";
version = "5.8.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-HdDe2VE9LQqiwFrUSIctOi/ffNOmLy6SyG30EL8UA5Q=";
sha256 = "sha256-Be67TOA1gLwSYx8y2iyfvY0QCpWOFutpXMDaPiTRQGg=";
};
patches = [