Skip to content

Commit

Permalink
dataexplorer: 3.9.0 -> 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2025
1 parent 57cd3fb commit bc966cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/da/dataexplorer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dataexplorer";
version = "3.9.0";
version = "3.9.3";

src = fetchurl {
url = "mirror://savannah/dataexplorer/dataexplorer-${finalAttrs.version}-src.tar.gz";
hash = "sha256-MQAnLCkcs3r8/2j4zYaMC/JM8nBCEvqHKk8lv+7b9KE=";
hash = "sha256-NfbhamhRx78MW5H4BpKMDfrV2d082UkaIBFfbemOSOY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bc966cb

Please sign in to comment.