calc: 2.12.8.1 -> 2.12.8.2

authored by

R. RyanTM and committed by
tomberek
840822c2 6739ee70

+2 -2
+2 -2
pkgs/applications/science/math/calc/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "calc"; 6 - version = "2.12.8.1"; 7 8 src = fetchurl { 9 urls = [ 10 "https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2" 11 "http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2" 12 ]; 13 - sha256 = "sha256-TwVcuGaWIgzEc34DFEGFcmckXrwZ4ruRqselJClz15o="; 14 }; 15 16 patchPhase = ''
··· 3 4 stdenv.mkDerivation rec { 5 pname = "calc"; 6 + version = "2.12.8.2"; 7 8 src = fetchurl { 9 urls = [ 10 "https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2" 11 "http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2" 12 ]; 13 + sha256 = "sha256-yKe4PASm7qWH/nYv8BtYbi9m3xPpA0SZ02Hahj8DJC8="; 14 }; 15 16 patchPhase = ''