Unverified Commit cf2004af authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #249053 from r-ryantm/auto-update/dataexplorer

dataexplorer: 3.7.9 -> 3.8.0
parents 66998585 8894e03c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "dataexplorer";
  version = "3.7.9";
  version = "3.8.0";

  src = fetchurl {
    url = "mirror://savannah/dataexplorer/dataexplorer-${version}-src.tar.gz";
    sha256 = "sha256-CdIWAde7mytXP9U1PfI9d/rFK7Agy5biIq5tMTW9RD4=";
    sha256 = "sha256-ZluT/jCjcOrlh2nqe0j56shmtGqfm11BCnsp6mWDXkQ=";
  };

  nativeBuildInputs = [ ant makeWrapper ];