Skip to content

Commit

Permalink
Merge pull request #104806 from va1entin/devede_update
Browse files Browse the repository at this point in the history
devede: 4.8.8 -> 4.16.0, move to GitLab
  • Loading branch information
SuperSandro2000 committed Nov 24, 2020
2 parents 16aaf67 + edd823b commit 8aedb34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/applications/video/devede/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, python3Packages, ffmpeg_3, mplayer, vcdimager, cdrkit, dvdauthor
{ stdenv, fetchFromGitLab, python3Packages, ffmpeg_3, mplayer, vcdimager, cdrkit, dvdauthor
, gtk3, gettext, wrapGAppsHook, gdk-pixbuf, gobject-introspection }:

let
inherit (python3Packages) dbus-python buildPythonApplication pygobject3 urllib3 setuptools;

in buildPythonApplication {
name = "devede-4.8.8";
in buildPythonApplication rec {
pname = "devede";
version = "4.16.0";
namePrefix = "";

src = fetchFromGitHub {
src = fetchFromGitLab {
owner = "rastersoft";
repo = "devedeng";
rev = "c518683fbcd793aa92249e4fecafc3c3fea7da68";
sha256 = "0ncb8nykchrjlllbzfjpvirmfvfaps9qhilc56kvcw3nzqrnkx8q";
rev = version;
sha256 = "1xb7acjphvn4ya8fgjsvag5gzi9a6c2famfl0ffr8nhb9y8ig9mg";
};

# Temporary fix
Expand Down

0 comments on commit 8aedb34

Please sign in to comment.