rar: 7.00 -> 7.01

+5 -5
+5 -5
pkgs/tools/archivers/rar/default.nix
··· 6 }: 7 8 let 9 - version = "7.00"; 10 downloadVersion = lib.replaceStrings [ "." ] [ "" ] version; 11 # Use `./update.sh` to generate the entries below 12 srcs = { 13 i686-linux = { 14 url = "https://www.rarlab.com/rar/rarlinux-x32-${downloadVersion}.tar.gz"; 15 - hash = "sha256-5y2BaclEKLUpZayqzilaLPcYi0dZkKpn99n5E+Z5lOo="; 16 }; 17 x86_64-linux = { 18 url = "https://www.rarlab.com/rar/rarlinux-x64-${downloadVersion}.tar.gz"; 19 - hash = "sha256-Hbv68alpeCbuHFLP36EGZ/9nE1ANlpJjg6h3Gz7u4iI="; 20 }; 21 aarch64-darwin = { 22 url = "https://www.rarlab.com/rar/rarmacos-arm-${downloadVersion}.tar.gz"; 23 - hash = "sha256-icfpbU/UkysY4Z2wHDMWy1FnuqYkDJeDkF8yUrZuMUM="; 24 }; 25 x86_64-darwin = { 26 url = "https://www.rarlab.com/rar/rarmacos-x64-${downloadVersion}.tar.gz"; 27 - hash = "sha256-/ImdlFyCCKU1/1XluAxCz11lge7+EoIE1zjBL9c2IQc="; 28 }; 29 }; 30 manSrc = fetchurl {
··· 6 }: 7 8 let 9 + version = "7.01"; 10 downloadVersion = lib.replaceStrings [ "." ] [ "" ] version; 11 # Use `./update.sh` to generate the entries below 12 srcs = { 13 i686-linux = { 14 url = "https://www.rarlab.com/rar/rarlinux-x32-${downloadVersion}.tar.gz"; 15 + hash = "sha256-1CSbxM7arGpn4Yj5fHEFKcDURFPrC2+XptLoaDH8LDs="; 16 }; 17 x86_64-linux = { 18 url = "https://www.rarlab.com/rar/rarlinux-x64-${downloadVersion}.tar.gz"; 19 + hash = "sha256-34iWajylsSmIOuAT6kV7c2537qWFHc+gT+JT/trWrw8="; 20 }; 21 aarch64-darwin = { 22 url = "https://www.rarlab.com/rar/rarmacos-arm-${downloadVersion}.tar.gz"; 23 + hash = "sha256-BjEJFzKyRpN4XL6KYW7ykQcSxqF4tYr2dCFf50JHH38="; 24 }; 25 x86_64-darwin = { 26 url = "https://www.rarlab.com/rar/rarmacos-x64-${downloadVersion}.tar.gz"; 27 + hash = "sha256-1ExnVDre49wWwB/BKP/L9xdYOMx8qkeZfmObJ7xm4dY="; 28 }; 29 }; 30 manSrc = fetchurl {