about summary refs log tree commit diff
path: root/pkgs/development/octave-modules
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-08 23:04:31 +0100
committerGitHub <noreply@github.com>2024-03-08 23:04:31 +0100
commit56cf03ccf2bc55885779e6ea6705188a72108fbc (patch)
treea47dbb37f09dd4540eb8f7c91fda8203b7c44a1a /pkgs/development/octave-modules
parent713a54dab13e4eabc983350419795bfaa0a858cd (diff)
parentac78e8d26490906f9e0a5f275c56370fdb9d7c2f (diff)
Merge pull request #260576 from r-ryantm/auto-update/octavePackages.signal
octavePackages.signal: 1.4.3 -> 1.4.5
Diffstat (limited to 'pkgs/development/octave-modules')
-rw-r--r--pkgs/development/octave-modules/signal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/octave-modules/signal/default.nix b/pkgs/development/octave-modules/signal/default.nix
index 2579efc518897..0c4c2d9c6e235 100644
--- a/pkgs/development/octave-modules/signal/default.nix
+++ b/pkgs/development/octave-modules/signal/default.nix
@@ -6,11 +6,11 @@
 
 buildOctavePackage rec {
   pname = "signal";
-  version = "1.4.3";
+  version = "1.4.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
-    sha256 = "sha256-VFuXVA6+ujtCDwiQb905d/wpOzvI/Db2uosJTOqI8zk=";
+    sha256 = "sha256-VVreL/gPcRiQk5XDNAXwoXpPvNIrxtL7nD9/Rf72SOc=";
   };
 
   requiredOctavePackages = [