mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cddlib: 0.94j -> 0.94l
This commit is contained in:
parent
020ff6989a
commit
2221257116
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cddlib";
|
||||
version = "0.94j";
|
||||
version = "0.94l";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cddlib";
|
||||
repo = "cddlib";
|
||||
rev = version;
|
||||
sha256 = "1z03ljy3rrr0qq5gq54vynnif6fn0xhn05g90nnv0dpyc3ps8lzp";
|
||||
sha256 = "0934a0i2m2bamlibi4cbrf1md1pz7dp35jbfamb0k7x644sayl4k";
|
||||
};
|
||||
buildInputs = [gmp];
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue