Commit 83cd2a96 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

smplayer: 22.7.0 -> 23.6.0

parent 0a671c3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "smplayer";
  version = "22.7.0";
  version = "23.6.0";

  src = fetchFromGitHub {
    owner = "smplayer-dev";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-vU+M5aCCGSA+IwJXTLMYvno/Qei+5Hwck3Q/Ah7N09s=";
    hash = "sha256-xGy6/9aUftBTSo9HJ3zyuRSagqimP9XvXKP/4oBQTo4=";
  };

  nativeBuildInputs = [