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

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-06-06 01:34:29 +02:00
parent a21e645626
commit 16ec2ed250
@@ -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=";
};