lol

octavePackages.struct: 1.0.16 -> 1.0.17 (#127754)

authored by

Karl H and committed by
GitHub
2d4660ce b97b0f4a

+2 -2
+2 -2
pkgs/development/octave-modules/struct/default.nix
··· 5 5 6 6 buildOctavePackage rec { 7 7 pname = "struct"; 8 - version = "1.0.16"; 8 + version = "1.0.17"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; 12 - sha256 = "0gx20r126f0ccl4yflp823xi77p8fh4acx1fv0mmcsglmx4c4vgm"; 12 + sha256 = "0cw4cspkm553v019zsj2bsmal0i378pm0hv29w82j3v5vysvndq1"; 13 13 }; 14 14 15 15 meta = with lib; {