gpac: 0.7.1 -> 0.8.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gpac/versions
This commit is contained in:
parent
5b4b6b6c24
commit
903a46534a
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, zlib }:
|
{ stdenv, fetchFromGitHub, pkgconfig, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.7.1";
|
version = "0.8.0";
|
||||||
name = "gpac-${version}";
|
name = "gpac-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpac";
|
owner = "gpac";
|
||||||
repo = "gpac";
|
repo = "gpac";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "197c5968p5bzvk0ga347fwgkqh4j1v3z65wlx65c5m9gwfxz2k2q";
|
sha256 = "1w1dyrn6900yi8ngchfzy5hvxr6yc60blvdq8y8mczimmmq8khb5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# this is the bare minimum configuration, as I'm only interested in MP4Box
|
# this is the bare minimum configuration, as I'm only interested in MP4Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user