nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

octavePackages.control: 3.3.0 -> 3.3.1

+2 -2
+2 -2
pkgs/development/octave-modules/control/default.nix
··· 7 7 8 8 buildOctavePackage rec { 9 9 pname = "control"; 10 - version = "3.3.0"; 10 + version = "3.3.1"; 11 11 12 12 src = fetchurl { 13 13 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; 14 - sha256 = "1yksifligq2z3siqw701iq2ydgnj7pnkcw42bfmydcf6fc4drlvy"; 14 + sha256 = "0vndbzix34vfzdlsz57bgkyg31as4kv6hfg9pwrcqn75bzzjsivw"; 15 15 }; 16 16 17 17 nativeBuildInputs = [