totem: 43.1 → 43.2

https://gitlab.gnome.org/GNOME/totem/-/compare/43.1...43.2
This commit is contained in:
Bobby Rong 2025-06-28 08:38:21 +00:00
parent e08b6636e7
commit 9faaef484e
No known key found for this signature in database

View File

@ -20,6 +20,7 @@
gnome,
grilo,
grilo-plugins,
libepoxy,
libpeas,
libportal-gtk3,
libhandy,
@ -32,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "totem";
version = "43.1";
version = "43.2";
src = fetchurl {
url = "mirror://gnome/sources/totem/${lib.versions.major version}/totem-${version}.tar.xz";
hash = "sha256-VmgpHpxkRJhcs//k6k8CEvVMK75g3QERTBqVD5R1nm0=";
hash = "sha256-CwB9MPu5O5WmBPFISKSX9X/DM6dcLmOKJJly6ZwB5qQ=";
};
nativeBuildInputs = [
@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
gst_all_1.gst-libav
libepoxy
libpeas
libportal-gtk3
libhandy