mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ida-free: fix hash mismatchin of icon (#349440)
This commit is contained in:
commit
08c44fb788
@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
icon = fetchurl {
|
||||
urls = [
|
||||
"https://www.hex-rays.com/products/ida/news/8_1/images/icon_free.png"
|
||||
"https://web.archive.org/web/20221105181231if_/https://hex-rays.com/products/ida/news/8_1/images/icon_free.png"
|
||||
];
|
||||
hash = "sha256-widkv2VGh+eOauUK/6Sz/e2auCNFAsc8n9z0fdrSnW0=";
|
||||
|
Loading…
Reference in New Issue
Block a user