Skip to content

Commit e222872

Browse files
committed
nemo: 6.4.3 -> 6.4.4
1 parent 26b55d0 commit e222872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/nemo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ let
3535
in
3636
stdenv.mkDerivation rec {
3737
pname = "nemo";
38-
version = "6.4.3";
38+
version = "6.4.4";
3939

4040
src = fetchFromGitHub {
4141
owner = "linuxmint";
4242
repo = pname;
4343
rev = version;
44-
hash = "sha256-3FALXfW0PzWuirX7bxP8BFkIRyQzvg3xBQCdddSpmOg=";
44+
hash = "sha256-6U7SeqgWKFb6l5u/fHqv+gzIh+MsJurKuWpHDNGRTsg=";
4545
};
4646

4747
patches = [

0 commit comments

Comments
 (0)