flacon: 11.2.0 -> 11.3.0

This commit is contained in:
R. Ryantm 2023-10-08 21:23:30 +00:00
parent 0b39eeda96
commit 50ed96e65c

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "flacon";
version = "11.2.0";
version = "11.3.0";
src = fetchFromGitHub {
owner = "flacon";
repo = "flacon";
rev = "v${version}";
sha256 = "sha256-pDTBA9HpFzwagz9B5AmaHzML361ON3XA+OIZJQyAuJo=";
sha256 = "sha256-jzpD8+zhIbOYgSNsoE1Pay+FiPXtRCd6Zz6HHkzWAkY=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];