lol

smplayer: fetchFromGitHub: rev -> tag

Inspired by
https://github.com/NixOS/nixpkgs/commit/cb9f9a1e5a51a87d59b373db7016cee1608debd5

Yarny0 3420cab1 f16b695b

+2 -2
+2 -2
pkgs/by-name/sm/smplayer/package.nix
··· 15 15 src = fetchFromGitHub { 16 16 owner = "smplayer-dev"; 17 17 repo = "smplayer"; 18 - rev = "v${finalAttrs.version}"; 18 + tag = "v${finalAttrs.version}"; 19 19 hash = "sha256-txGz6v9hkvnrmVmBHsi1B2eC/iNT1tg4dU5AcMsSCic="; 20 20 }; 21 21 ··· 51 51 options of MPlayer, SMPlayer adds other interesting features like the 52 52 possibility to play Youtube videos or download subtitles. 53 53 ''; 54 - changelog = "https://github.com/smplayer-dev/smplayer/releases/tag/${finalAttrs.src.rev}"; 54 + changelog = "https://github.com/smplayer-dev/smplayer/releases/tag/${finalAttrs.src.tag}"; 55 55 license = lib.licenses.gpl3Plus; 56 56 maintainers = with lib.maintainers; [ ]; 57 57 platforms = lib.platforms.linux;