summary refs log tree commit diff
path: root/pkgs/applications/science/electronics
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-05 00:27:43 -0600
committerGitHub <noreply@github.com>2023-08-05 00:27:43 -0600
commitbbe9ae26ec7ab1399418e7c56030215063c45757 (patch)
treeb7aea17b3e23f939e1297d3446f19cc0a22e1429 /pkgs/applications/science/electronics
parent3511904b2e42f940ede37bca5847dfe9ec00d575 (diff)
parentafd76e93e3f0079c289f5c0f4d935f03ddbcdba0 (diff)
downloadnixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar.gz
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar.bz2
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar.lz
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar.xz
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.tar.zst
nixpkgs-bbe9ae26ec7ab1399418e7c56030215063c45757.zip
Merge pull request #247159 from panicgh/dataexplorer
dataexplorer: 3.7.8 -> 3.7.9
Diffstat (limited to 'pkgs/applications/science/electronics')
-rw-r--r--pkgs/applications/science/electronics/dataexplorer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/electronics/dataexplorer/default.nix b/pkgs/applications/science/electronics/dataexplorer/default.nix
index 76f3ee82698..596978fc928 100644
--- a/pkgs/applications/science/electronics/dataexplorer/default.nix
+++ b/pkgs/applications/science/electronics/dataexplorer/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "dataexplorer";
-  version = "3.7.8";
+  version = "3.7.9";
 
   src = fetchurl {
     url = "mirror://savannah/dataexplorer/dataexplorer-${version}-src.tar.gz";
-    sha256 = "sha256-NiCtUqavYNUXsTkgi2V9u2qn8dBTLTEm52ju450d5Lw=";
+    sha256 = "sha256-CdIWAde7mytXP9U1PfI9d/rFK7Agy5biIq5tMTW9RD4=";
   };
 
   nativeBuildInputs = [ ant makeWrapper ];