smplayer: 24.5.0 -> 25.6.0 (#415020)

This commit is contained in:
Alexis Hildebrandt 2025-06-15 00:40:39 +02:00 committed by GitHub
commit 657a9316f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "smplayer";
version = "24.5.0";
version = "25.6.0";
src = fetchFromGitHub {
owner = "smplayer-dev";
repo = "smplayer";
rev = "v${finalAttrs.version}";
hash = "sha256-KblVDlE8EglMMAclGFZm81obipm6/JLUvsn5sLrpKqc=";
hash = "sha256-dyUT8PdvsFZsEZQNSsC2TQd90KOrY9FIb9Do+JKdUHs=";
};
nativeBuildInputs = [