Merge pull request #103212 from victorluft/submergeupg
This commit is contained in:
commit
4c0e73053b
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@ let
|
|||
common = opts: callPackage (import ./common.nix opts);
|
||||
in {
|
||||
sublime-merge = common {
|
||||
buildVersion = "2032";
|
||||
sha256 = "b782c768383893ba7803c2cffd428b09bec46be8a65e61a5f17964bdcc2aaf7c";
|
||||
buildVersion = "2039";
|
||||
sha256 = "0l82408jli7g6nc267bnnnz0zz015lvpwva5fxj53mval32ii4i8";
|
||||
} {};
|
||||
|
||||
sublime-merge-dev = common {
|
||||
buildVersion = "2033";
|
||||
sha256 = "ab937a393eb6ae776a81b30ec5a589ae37763885ba8a91680d5c43e19a01a8fa";
|
||||
buildVersion = "2037";
|
||||
sha256 = "1s0g18l2msmnn6w7f126andh2dygm9l94fxxhsi64v74mkawqg82";
|
||||
dev = true;
|
||||
} {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue