pantheon.elementary-mail: 8.0.0 -> 8.0.1

This commit is contained in:
Christopher Crouse
2025-11-18 08:06:43 +02:00
parent d57736bd35
commit 6305ec9a3e
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "elementary-mail";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "mail";
tag = finalAttrs.version;
hash = "sha256-6T/OTiuDVAPBqp8BPawf/MVEuWTPrLa3/N1Blvt/7Q8=";
hash = "sha256-6DY8pJXPXz6uaBKR/qLxYpAQfpzlzi/wtj1douhSjpQ=";
};
patches = [