g4music: 3.2 -> 3.3

This commit is contained in:
Colin 2023-09-16 07:56:50 +00:00
parent ace5093e36
commit 1af1d8b855

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitLab
, desktop-file-utils
, gitUpdater
, gobject-introspection
, gst_all_1
, gtk4
@ -14,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "g4music";
version = "3.2";
version = "3.3";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "neithern";
repo = "g4music";
rev = "v${finalAttrs.version}";
hash = "sha256-BlHOYD4sOmJPNMzM5QA97Ah1N9tIat0Y6qxN6c5pmsw=";
hash = "sha256-sajA8+G1frQA0p+8RK84hvh2P36JaarmSZx/sxMoFqo=";
};
nativeBuildInputs = [
@ -44,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: {
gstreamer
]);
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; {
description = "A beautiful, fast, fluent, light weight music player written in GTK4";
homepage = "https://gitlab.gnome.org/neithern/g4music";