cinnamon.nemo: 6.0.1 -> 6.0.2

https://github.com/linuxmint/nemo/compare/6.0.1...6.0.2
This commit is contained in:
Bobby Rong 2023-12-28 22:09:25 +08:00
parent e4288024b8
commit 2f3a9e9381
No known key found for this signature in database

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.0.1";
version = "6.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-3iGwpHuZrRBd35nAa3x1Lu/KDS1L42y5u8A4vM41b0Q=";
sha256 = "sha256-vSLFp0sgqGsZtcXdv82PVH0HcBbmcxrMySLFCBrLJpA=";
};
patches = [