mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
typora: 1.13.4 -> 1.13.6 (#523263)
This commit is contained in:
commit
89afca31a7
1 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
let
|
||||
pname = "typora";
|
||||
version = "1.13.4";
|
||||
version = "1.13.6";
|
||||
|
||||
passthru = {
|
||||
sources = {
|
||||
|
|
@ -29,21 +29,21 @@ let
|
|||
"https://download.typora.io/linux/typora_${version}_amd64.deb"
|
||||
"https://downloads.typoraio.cn/linux/typora_${version}_amd64.deb"
|
||||
];
|
||||
hash = "sha256-aEgp0j6HGZePKwc21LvMpmXk7S5cgcUttpxl3fQw9ak=";
|
||||
hash = "sha256-EwVqMinvC26R5ULDGiiONwS3sH3GBJ/sPr2pnqfQR5s=";
|
||||
};
|
||||
aarch64-linux = fetchurl {
|
||||
urls = [
|
||||
"https://download.typora.io/linux/typora_${version}_arm64.deb"
|
||||
"https://downloads.typoraio.cn/linux/typora_${version}_arm64.deb"
|
||||
];
|
||||
hash = "sha256-hvEsnkjbEhZVOIGKGh9RloUBicKpSMzzBGMFtc+3EAk=";
|
||||
hash = "sha256-3/eS9xAC7+V55grhHPLU/9+JefkXgIyKlEh3vRkqZUo=";
|
||||
};
|
||||
aarch64-darwin = fetchurl {
|
||||
urls = [
|
||||
"https://download.typora.io/mac/Typora-${version}.dmg"
|
||||
"https://downloads.typoraio.cn/mac/Typora-${version}.dmg"
|
||||
];
|
||||
hash = "sha256-3IyOFTLDkd43Tij1B1Tw0epZ8HwMiNMJHQJAGHCcP84=";
|
||||
hash = "sha256-kXnzhuu3ItF9mV0x+v7+hbYNCOo1DAfIzYMHwAL+LHM=";
|
||||
};
|
||||
};
|
||||
updateScript = ./update.sh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue