postgresql11Packages.age: 1.0.0-rc1 -> 1.1.0-rc0

https://github.com/apache/age/releases/tag/v1.1.0-rc0
This commit is contained in:
Mario Rodas 2022-09-13 04:20:00 +00:00
parent 2c3729bd34
commit 16074f96ce

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "age";
version = "1.0.0-rc1";
version = "1.1.0-rc0";
src = fetchFromGitHub {
owner = "apache";
repo = "age";
rev = "v${version}";
sha256 = "sha256-b5cBpS5xWaohRZf5H0DwzNq0BodqWDjkAP44osPVYps=";
sha256 = "sha256-7qQGiiFkGbS/j7ouP2Joj5EGT+ferIgYYMoTe9jmTqQ=";
};
buildInputs = [ postgresql ];