Merge pull request #276856 from r-ryantm/auto-update/codux

codux: 15.16.1 -> 15.16.2
This commit is contained in:
Nick Cao
2023-12-26 11:19:46 -05:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.16.1";
version = "15.16.2";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-vc0lnYGOgb1uKAQlj6xc8mbSfJ6apGNSlyDRX3qHeTM=";
sha256 = "sha256-GKn8T3MEh+MnOqUnxruTqbnfxUcjGh6EAt+6LHTNCiY=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };