dataexplorer: 3.9.0 -> 3.9.3 (#371970)

Co-authored-by: panicgh <panicgh@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-25 06:37:37 +00:00
committed by GitHub
co-authored by panicgh
+2 -2
View File
@@ -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 = [