Merge pull request #191016 from marsam/update-pg-age

postgresql11Packages.age: 1.0.0-rc1 -> 1.1.0-rc0
This commit is contained in:
Mario Rodas 2022-09-13 08:46:22 -05:00 committed by GitHub
commit e86fa2f90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];