about summary refs log tree commit diff
path: root/pkgs/development/octave-modules/instrument-control
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-31 21:06:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-31 21:06:06 +0000
commit298ec153d02a30e906c62bebf487020d6e1be15c (patch)
treed8a848ee03b0424f506442a69fb797eec866f39b /pkgs/development/octave-modules/instrument-control
parent0a087411842ecba13607a43a29369d08916ae11f (diff)
octavePackages.instrument-control: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/development/octave-modules/instrument-control')
-rw-r--r--pkgs/development/octave-modules/instrument-control/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/octave-modules/instrument-control/default.nix b/pkgs/development/octave-modules/instrument-control/default.nix
index a60770947c53c..c975d49278ae9 100644
--- a/pkgs/development/octave-modules/instrument-control/default.nix
+++ b/pkgs/development/octave-modules/instrument-control/default.nix
@@ -5,11 +5,11 @@
 
 buildOctavePackage rec {
   pname = "instrument-control";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
-    sha256 = "sha256-N7lSJBA+DRex2jHWhSG7nUpJaFoSz26HhTtoc5/rdA0=";
+    sha256 = "sha256-5ZufEs761qz0nKt0YYikJccqEtK+Qs9UcnJlRsW8VCM=";
   };
 
   meta = with lib; {