nemo: 6.4.3 -> 6.4.4

This commit is contained in:
R. Ryantm 2025-02-09 01:22:55 +00:00
parent 26b55d063f
commit e222872f99

View File

@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.4.3";
version = "6.4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-3FALXfW0PzWuirX7bxP8BFkIRyQzvg3xBQCdddSpmOg=";
hash = "sha256-6U7SeqgWKFb6l5u/fHqv+gzIh+MsJurKuWpHDNGRTsg=";
};
patches = [