3
0
Fork 0
forked from mirrors/nixpkgs

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

flacon: 9.1.0 -> 9.2.0
This commit is contained in:
superherointj 2022-08-29 20:17:00 -03:00 committed by GitHub
commit ac5307d85a
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.1.0";
version = "9.2.0";
src = fetchFromGitHub {
owner = "flacon";
repo = "flacon";
rev = "v${version}";
sha256 = "sha256-gchFd3yL0ni0PJ4+mWwR8XCKPpyQOajtO+/A7fnwoeE=";
sha256 = "sha256-qnjWpsgCRAi09o9O7CBc0R9MN1EpXVmCoxB2npc9qpM=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];