Merge pull request #276996 from r-ryantm/auto-update/smplayer

smplayer: 23.6.0.10170 -> 23.12.0
This commit is contained in:
markuskowa 2023-12-28 09:12:31 +01:00 committed by GitHub
commit 342bd1f279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "smplayer";
version = "23.6.0.10170";
version = "23.12.0";
src = fetchFromGitHub {
owner = "smplayer-dev";
repo = "smplayer";
rev = "v${finalAttrs.version}";
hash = "sha256-ByheWIXvCw9jL3lY63oRzRZhl0jZz4jr+rw5Wi7Mm8w=";
hash = "sha256-ip4y9GF2u1yl1Ts8T9XcFg9wdXVTYXfDrrPuHLz6oSs=";
};
nativeBuildInputs = [