tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
octavePackages.communications: 1.2.4 -> 1.2.6
R. Ryantm
2 years ago
0ed137f6
535734e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
octave-modules
communications
default.nix
+2
-2
pkgs/development/octave-modules/communications/default.nix
···
7
7
8
8
buildOctavePackage rec {
9
9
pname = "communications";
10
10
-
version = "1.2.4";
10
10
+
version = "1.2.6";
11
11
12
12
src = fetchurl {
13
13
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
14
14
-
sha256 = "sha256-SfA81UP0c7VgroxSA/RZVVKZ4arl8Uhpf324F7yGFTo=";
14
14
+
sha256 = "sha256-psQuiBOI1mXXZaH4EesVO91r2ViCc0KrKxKM7Xw+gts=";
15
15
};
16
16
17
17
buildInputs = [