Unverified Commit 657a9316 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

smplayer: 24.5.0 -> 25.6.0 (#415020)

parents cfe43855 8d99101d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [