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

codux: 15.18.1 -> 15.18.2

authored by

Nick Cao and committed by
GitHub
b05b6fac 422eda74

+2 -2
+2 -2
pkgs/applications/editors/codux/default.nix
··· 5 5 6 6 let 7 7 pname = "codux"; 8 - version = "15.18.1"; 8 + version = "15.18.2"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage"; 12 - sha256 = "sha256-/U3byPCaeDIFoZX3TY+FbIZQWALOoDEwEtNg6RH86GM="; 12 + sha256 = "sha256-cOe6Yt4L3dFEFznqY3kHeHm9vhzoZBKM8MsrSyNK/aU="; 13 13 }; 14 14 15 15 appimageContents = appimageTools.extractType2 { inherit pname version src; };