Merge pull request #67711 from luzpaz/olive-editor-update
olive-editor: 0.1.0 -> 0.1.1
This commit is contained in:
commit
6baeab2042
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ stdenv, fetchFromGitHub, pkgconfig, which, qmake,
|
{ stdenv, fetchFromGitHub, pkgconfig, which, qmake, mkDerivation,
|
||||||
qtbase, qtmultimedia, frei0r, opencolorio, hicolor-icon-theme, ffmpeg-full,
|
qtbase, qtmultimedia, frei0r, opencolorio, hicolor-icon-theme, ffmpeg-full,
|
||||||
CoreFoundation }:
|
CoreFoundation }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "olive-editor";
|
pname = "olive-editor";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "olive-editor";
|
owner = "olive-editor";
|
||||||
repo = "olive";
|
repo = "olive";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "191nk4c35gys4iypykcidn6h27c3sbjfy117q7h9h1qilz2wm94z";
|
sha256 = "15q4qwf5rc3adssywl72jrhkpqk55ihpd5h5wf07baw0s47vv5kq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue