Unverified Commit 4a62a736 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

navicat-premium: 17.3.6 -> 17.3.7 (#486468)

parents 6b4b1bd3 def5122c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ stdenv.mkDerivation (finalAttrs: {
    src =
      {
        x86_64-linux = fetchurl {
          url = "https://web.archive.org/web/20260105022310/https://dn.navicat.com/download/navicat17-premium-en-x86_64.AppImage";
          hash = "sha256-1H5YTzeEQ+JSI2/qRPcuCGkfvI58gufjMks89MqEOB4=";
          url = "https://web.archive.org/web/20260203040321/https://dn.navicat.com/download/navicat17-premium-en-x86_64.AppImage";
          hash = "sha256-bIIqDwhajE7+S/Mx7lUn3FC1ZvRbk5mwxYwsmELBlRc=";
        };
        aarch64-linux = fetchurl {
          url = "https://web.archive.org/web/20260105022653/https://dn.navicat.com/download/navicat17-premium-en-aarch64.AppImage";
          hash = "sha256-PL7L0FE3XjFD5l/72CuyTe+yrN/JOy9qvrxNk0B8FKc=";
          url = "https://web.archive.org/web/20260203040711/https://dn.navicat.com/download/navicat17-premium-en-aarch64.AppImage";
          hash = "sha256-2WOSwezm/utHaKUktrsWAfoXzCVMz+lfa1wyx0NtXMs=";
        };
      }
      .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");