devede: 4.19.0 -> 4.21.0 (#409034)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
wrapGAppsHook3,
|
||||
gdk-pixbuf,
|
||||
gobject-introspection,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -25,14 +26,14 @@ let
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "devede";
|
||||
version = "4.19.0";
|
||||
version = "4.21.0";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "rastersoft";
|
||||
repo = "devedeng";
|
||||
rev = version;
|
||||
hash = "sha256-hjt2bXQov4lC6O4VY/eu/PZ2taSKng9gRhFDFhQR9SY=";
|
||||
hash = "sha256-sLJkIKw0ciX6spugbdO0eZ1dIkoHfuu5e/f2XwA70a0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -66,10 +67,15 @@ buildPythonApplication rec {
|
||||
--replace "/usr/local/share" "$out/share"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "DVD Creator for Linux";
|
||||
homepage = "https://www.rastersoft.com/programas/devede.html";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.bdimcheff ];
|
||||
maintainers = [
|
||||
maintainers.bdimcheff
|
||||
maintainers.baksa
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user