Merge pull request #192719 from r-ryantm/auto-update/flacon

flacon: 9.2.0 -> 9.5.1
This commit is contained in:
Weijia Wang 2023-01-22 15:57:51 +01:00 committed by GitHub
commit e19aef0a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "flacon";
version = "9.2.0";
version = "9.5.1";
src = fetchFromGitHub {
owner = "flacon";
repo = "flacon";
rev = "v${version}";
sha256 = "sha256-qnjWpsgCRAi09o9O7CBc0R9MN1EpXVmCoxB2npc9qpM=";
sha256 = "sha256-45aA2Ib69Gb1Mg/5907rp1nfRbNyQq12pm/aFwTdgeA=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];