form: 4.3.0 -> 4.3.1

authored by R. Ryantm and committed by Dmitry Kalinkin f30febf8 331ceb0a

+3 -3
+3 -3
pkgs/applications/science/math/form/default.nix
··· 1 { lib, stdenv, fetchurl, gmp, zlib }: 2 3 stdenv.mkDerivation { 4 - version = "4.3.0"; 5 pname = "form"; 6 7 # This tarball is released by author, it is not downloaded from tag, so can't use fetchFromGitHub 8 src = fetchurl { 9 - url = "https://github.com/vermaseren/form/releases/download/v4.3.0/form-4.3.0.tar.gz"; 10 - sha256 = "sha256-sjTg0JX3PssJBM3DsNjYMjqfp/RncKUvsiJnxiSq+/Y="; 11 }; 12 13 buildInputs = [ gmp zlib ];
··· 1 { lib, stdenv, fetchurl, gmp, zlib }: 2 3 stdenv.mkDerivation { 4 + version = "4.3.1"; 5 pname = "form"; 6 7 # This tarball is released by author, it is not downloaded from tag, so can't use fetchFromGitHub 8 src = fetchurl { 9 + url = "https://github.com/vermaseren/form/releases/download/v4.3.1/form-4.3.1.tar.gz"; 10 + sha256 = "sha256-8fUS3DT+m71rGfLf7wX8uZEt+0PINop1t5bsRy7ou84="; 11 }; 12 13 buildInputs = [ gmp zlib ];