fooyin: 0.5.3 -> 0.7.0

This commit is contained in:
Lana Black 2024-09-02 09:34:23 +00:00 committed by Peter Hoeg
parent 59d64e3a24
commit 5e83245246

View File

@ -9,17 +9,18 @@
, kdsingleapplication
, pipewire
, taglib
, libvgm
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fooyin";
version = "0.5.3";
version = "0.7.0";
src = fetchFromGitHub {
owner = "ludouzi";
repo = "fooyin";
rev = "v" + finalAttrs.version;
hash = "sha256-h8unOzDSQ9ME6nbfLxau1EctJeNH8P2VG0IBQoqhwGs=";
hash = "sha256-9dr0WPBBUj82CBcs/3U8A17eQadgw6fy0evxE41FxFQ=";
};
buildInputs = [
@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
kdePackages.qtbase
kdePackages.qtsvg
taglib
libvgm
];
nativeBuildInputs = [