solarus-quest-editor: s/rev/tag/

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin 2025-05-27 18:17:00 +02:00
parent a21e645626
commit 16ec2ed250
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitLab {
owner = "solarus-games";
repo = "solarus-quest-editor";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-GTslxValldReWGb3x67zRPrvQUuCO/HQSXOEQlJfAmw=";
};