We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d35e62 commit d762078Copy full SHA for d762078
pkgs/development/octave-modules/mapping/default.nix
@@ -9,11 +9,11 @@
9
10
buildOctavePackage rec {
11
pname = "mapping";
12
- version = "1.4.2";
+ version = "1.4.3";
13
14
src = fetchurl {
15
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
16
- sha256 = "sha256-mrUQWqC15Ul5AHDvhMlNStqIMG2Zxa+hB2vDyeizLaI=";
+ sha256 = "sha256-IYiyRjnHCHhAFy5gR/dcuKWY11gSCubggQzmMAqGmhs=";
17
};
18
19
buildInputs = [
0 commit comments