mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
form: 4.3.0 -> 4.3.1
This commit is contained in:
parent
331ceb0abb
commit
f30febf830
@ -1,13 +1,13 @@
|
||||
{ lib, stdenv, fetchurl, gmp, zlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
version = "4.3.0";
|
||||
version = "4.3.1";
|
||||
pname = "form";
|
||||
|
||||
# This tarball is released by author, it is not downloaded from tag, so can't use fetchFromGitHub
|
||||
src = fetchurl {
|
||||
url = "https://github.com/vermaseren/form/releases/download/v4.3.0/form-4.3.0.tar.gz";
|
||||
sha256 = "sha256-sjTg0JX3PssJBM3DsNjYMjqfp/RncKUvsiJnxiSq+/Y=";
|
||||
url = "https://github.com/vermaseren/form/releases/download/v4.3.1/form-4.3.1.tar.gz";
|
||||
sha256 = "sha256-8fUS3DT+m71rGfLf7wX8uZEt+0PINop1t5bsRy7ou84=";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user