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

codux: 15.30.0 -> 15.32.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-04 01:13:32 +00:00 committed by GitHub
commit 6fde03b3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.30.0";
version = "15.32.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-TMtZq58UswbhMgY3FCqVuZaSQ8b4mBYA9wEykMXF9Kc=";
sha256 = "sha256-Uk7QUbcYqbWgu6pKs4iiRwPJASZTDmN1Kv338ZKJQgk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };