Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

postgresqlPackages.pg_partman: 4.7.3 -> 4.7.4

Diff: https://github.com/pgpartman/pg_partman/compare/refs/tags/v4.7.3...v4.7.4

Changelog: https://github.com/pgpartman/pg_partman/raw/v4.7.4/CHANGELOG.txt

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/pg_partman.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "pg_partman"; 5 - version = "4.7.3"; 5 + version = "4.7.4"; 6 6 7 7 buildInputs = [ postgresql ]; 8 8 ··· 10 10 owner = "pgpartman"; 11 11 repo = pname; 12 12 rev = "refs/tags/v${version}"; 13 - sha256 = "sha256-njw7/+C3nMNRKeJ4AMCNTihTVXcouH/VY2vaFeyA5v8="; 13 + sha256 = "sha256-DdE/hqCrju678Xk3xXGVFhKQM3x9skQQKolNJ2/3gbs="; 14 14 }; 15 15 16 16 installPhase = ''