mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
xnconvert: 1.105.0 -> 1.116.0
This commit is contained in:
@@ -30,15 +30,15 @@ let
|
||||
categories = [ "Graphics" ];
|
||||
}
|
||||
);
|
||||
version = "1.105.0";
|
||||
version = "1.116.0";
|
||||
in
|
||||
appimageTools.wrapType2 {
|
||||
pname = "xnconvert";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.xnview.com/old_versions/XnConvert/XnConvert-${version}.glibc2.17-x86_64.AppImage";
|
||||
hash = "sha256-eWQSUVxR3G3XbwBCht6LW3t3/N668jH4UqK5OnRY0ko=";
|
||||
url = "https://download.xnview.com/versions/XnConvert/XnConvert-${version}.glibc2.34-x86_64.AppImage";
|
||||
hash = "sha256-CYAo208cOKz67IVlyPlf9KH90WNX1jsK2sYI+0J1C8A=";
|
||||
};
|
||||
|
||||
extraPkgs = pkgs: [
|
||||
|
||||
Reference in New Issue
Block a user