pantheon.elementary-mail: 8.0.0 -> 8.0.1 (#462788)

This commit is contained in:
Bobby Rong
2025-11-18 12:16:16 +00:00
committed by GitHub
@@ -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 = [