mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
solarus-quest-editor: s/rev/tag/
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
a21e645626
commit
16ec2ed250
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue