vlc: 3.0.23 -> 3.0.23-2

The only non-CI fix is a minor one [1]. Since they seem to know better than to
retag now, let's try with the tag as rev again.

[1] https://code.videolan.org/videolan/vlc/-/commit/b7c75b0c9925847518913a946bc25516e9885ab4
This commit is contained in:
Alois Wohlschlager
2025-12-23 20:32:29 +01:00
parent a6531044f6
commit 767ae315ab
+3 -4
View File
@@ -103,15 +103,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.23";
version = "3.0.23-2";
src = fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = "vlc";
# 3.0.23 was retagged (3697ebcb2716cb4f9c7824b11ce33afefb0212ab -> 578d28f6c9f2379164516e689418f92ac74a3445)
rev = "578d28f6c9f2379164516e689418f92ac74a3445";
hash = "sha256-/gopvzgtvbaIHq7VG8/edAelhSApQT7GxD5mN9nvfOw=";
rev = finalAttrs.version;
hash = "sha256-vg/kKNrIpGF7Olz8EiA1ZsW5SB4iHlvFbREDp4JokB0=";
};
depsBuildBuild = optionals waylandSupport [ pkg-config ];