mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 08:57:58 +00:00
Merge pull request #278422 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.8.0 -> 3.8.3
This commit is contained in:
commit
7fabb43469
@ -8,11 +8,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dataexplorer";
|
||||
version = "3.8.0";
|
||||
version = "3.8.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/dataexplorer/dataexplorer-${version}-src.tar.gz";
|
||||
sha256 = "sha256-ZluT/jCjcOrlh2nqe0j56shmtGqfm11BCnsp6mWDXkQ=";
|
||||
sha256 = "sha256-vU9klb6Mweg8yxnClsIdelG4uW92if64SJ7UHumYYbs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ant makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user