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