calligraphy: use tag instead of rev

This commit is contained in:
awwpotato
2025-06-26 16:58:33 -07:00
parent a7cf16754c
commit bf9cef120b
+1 -1
View File
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
domain = "gitlab.gnome.org";
owner = "GeopJr";
repo = "Calligraphy";
rev = "refs/tags/v${version}";
tag = "v${version}";
hash = "sha256-KDml96oxnmTygTC+3rZ//wKv7xDSjw37+UHu3a3zuO4=";
};