sublime-merge: 2077 -> 2079

This commit is contained in:
PedroHLC ☭ 2022-11-14 11:50:39 -03:00
parent 98fb735493
commit 50ab8ea460
No known key found for this signature in database
GPG Key ID: F5BFC029DA9A28CE

View File

@ -4,8 +4,8 @@ let
common = opts: callPackage (import ./common.nix opts);
in {
sublime-merge = common {
buildVersion = "2077";
x64sha256 = "6xgh/oSatTYHCnQEXiZAoHs3yI1iimLMtzCosBKBVp8=";
buildVersion = "2079";
x64sha256 = "y4ocLXxxEkGaw9O/vhX9MJnc56QgK37YPJkUwK2YS0U=";
} {};
sublime-merge-dev = common {