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

codux: 15.13.0 -> 15.14.0
This commit is contained in:
Fabián Heredia Montiel
2023-11-22 06:14:03 +00:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.13.0";
version = "15.14.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-63t3v6abr9cZ0mKSPogevKwcFsvGh2udBPRn4k4XAd4=";
sha256 = "sha256-GTp9wJrL0TA0Jee1aXKAqmyHfotm7u7gxq/6W8+ermY=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };