Unverified Commit 141bd477 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #253025 from kashw2/codux

codux: 15.9.0 -> 15.10.0
parents fb5418ce d30d9165
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

let
  pname = "codux";
  version = "15.9.0";
  version = "15.10.0";

  src = fetchurl {
    url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
    sha256 = "sha256-bKZShjWs2osyARBZrBgmEN7JZFi/YpXI3p8lM+GrIfc=";
    sha256 = "sha256-lz1dDbYq7aTGQoED07K8I9E0/XsnSlPL81/4W8Vix3E=";
  };

  appimageContents = appimageTools.extractType2 { inherit pname version src; };
@@ -30,6 +30,6 @@ appimageTools.wrapType2 rec {
    homepage = "https://www.codux.com";
    license = licenses.unfree;
    platforms = [ "x86_64-linux" ];
    maintainers = with maintainers; [ dit7ya ];
    maintainers = with maintainers; [ dit7ya kashw2 ];
  };
}