gnatcoll-core: 22.0.0 -> 23.0.0
This commit is contained in:
parent
e3ef549a59
commit
a1647c38b6
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnatcoll-core";
|
pname = "gnatcoll-core";
|
||||||
version = "22.0.0";
|
version = "23.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdaCore";
|
owner = "AdaCore";
|
||||||
repo = "gnatcoll-core";
|
repo = "gnatcoll-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fn28dp6bgpp1sshr09m1x85g2gx11xqkiy410hiicfyg5hamh1l";
|
sha256 = "11q66xszqvpc9jyyzivcakik27d23yniahjdznb47wyqkxphm1dl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user