nemo: 6.4.4 -> 6.4.5

This commit is contained in:
R. Ryantm
2025-02-26 02:37:22 +00:00
parent 5089943005
commit f2f5a9c5f2
+2 -2
View File
@@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.4.4";
version = "6.4.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-6U7SeqgWKFb6l5u/fHqv+gzIh+MsJurKuWpHDNGRTsg=";
hash = "sha256-9JfCBC5YjfQadF7KzPgZ1yPkiSjmuEO1tfMU2BmJES8=";
};
patches = [