smplayer: 23.6.0 -> 23.6.0.10170

This commit is contained in:
R. Ryantm 2023-10-30 14:15:16 +00:00 committed by Anderson Torres
parent a28ac41fe8
commit 0952c19751

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "smplayer";
version = "23.6.0";
version = "23.6.0.10170";
src = fetchFromGitHub {
owner = "smplayer-dev";
repo = "smplayer";
rev = "v${finalAttrs.version}";
hash = "sha256-xGy6/9aUftBTSo9HJ3zyuRSagqimP9XvXKP/4oBQTo4=";
hash = "sha256-ByheWIXvCw9jL3lY63oRzRZhl0jZz4jr+rw5Wi7Mm8w=";
};
nativeBuildInputs = [