smplayer: fix hash after upstream replaced their git tag (#416891)

authored by

Alexis Hildebrandt and committed by
GitHub
cad5eaf6 526945c5

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