lol

smplayer: fix hash after upstream replaced their git tag

Our smplayer package received a normal update with commit
https://github.com/NixOS/nixpkgs/commit/8d99101d35fdfbbff0465dd899334321eee61363 .
After that commit and a corresponding pull request
got created with https://github.com/NixOS/nixpkgs/pull/415020 ,
upstream apparently added a new commit
https://github.com/smplayer-dev/smplayer/commit/b62faa90efb6c6be8e0938a42e70fbfb3916feb6
to their repository, and replaced the git tag (release tag)
https://github.com/smplayer-dev/smplayer/releases/tag/v25.6.0 .
This tag previously pointed to
https://github.com/smplayer-dev/smplayer/commit/4a27de33a4cab71215002f138daab1e3c69ca7ef
for which the old nixpkgs hash is valid.

Due to the invalidation of the old git tag,
we have to adapt our source hash.

Yarny0 f16b695b 8d99101d

+1 -1
+1 -1
pkgs/by-name/sm/smplayer/package.nix
··· 16 16 owner = "smplayer-dev"; 17 17 repo = "smplayer"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-dyUT8PdvsFZsEZQNSsC2TQd90KOrY9FIb9Do+JKdUHs="; 19 + hash = "sha256-txGz6v9hkvnrmVmBHsi1B2eC/iNT1tg4dU5AcMsSCic="; 20 20 }; 21 21 22 22 nativeBuildInputs = [