promscale_extension: fixed cargoPatch somehow the patch made earlier stoped working, so the build was failing due to git dependency in cargo.lock. Fixed that in the upstream PR and repointed fetchpatch to the new commit

+3 -3
+3 -3
pkgs/servers/sql/postgresql/ext/promscale_extension.nix
··· 20 20 sha256 = "sha256-vyEfQMGguHrHYdBEEmbev29L2uCa/4xL9DpGIniUwfI="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-vq/R9Kd0a9ckgEYm9Kt2J+RdyiHHYVutNEM4dcRViUo="; 23 + cargoSha256 = "sha256-VK9DObkg4trcGUXxxISCd0zqU3vc1Qt6NxqpgKIARCQ="; 24 24 25 25 cargoPatches = [ 26 26 # there is a duplicate definition in the lock file which fails to build with buildRustPackage 27 27 (fetchpatch { 28 28 name = "cargo-vendor.patch"; 29 - url = "https://github.com/timescale/promscale_extension/commit/3cef3f26f72ebf52d8800910ea655cac09312c57.patch"; 30 - hash = "sha256-bXwvOv6T09EsCu+QCOCZny+V/Cy1UvCP6zlE8TdBlEg="; 29 + url = "https://github.com/timescale/promscale_extension/commit/3048bd959430e9abc2c1d5c772ab6b4fc1dc6a95.patch"; 30 + hash = "sha256-xTk4Ml8GN06QlJdrvAdVK21r30ZR/S83y5A5jJPdOw4="; 31 31 }) 32 32 ]; 33 33