mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
fleng: 15 -> 16
This commit is contained in:
parent
83ab8840f3
commit
fa5109d774
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fleng";
|
pname = "fleng";
|
||||||
version = "15";
|
version = "16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
|
url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
|
||||||
hash = "sha256-gLRaLty7dxpcmIJEBn7mF/RMFhjCuAYl16FR70FYZWA=";
|
hash = "sha256-TzHO2bRnuysUhAWQbU+ZG0HOvLWyMsHABwm3Qb2Z/3A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user