Skip to content

Commit

Permalink
pulsar: 1.124.0 -> 1.125.0 (NixOS#376475)
Browse files Browse the repository at this point in the history
Co-authored-by: bryango <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and bryango authored Jan 25, 2025
2 parents af1b23a + 8bab7e8 commit b81d4de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pu/pulsar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@

let
pname = "pulsar";
version = "1.124.0";
version = "1.125.0";

sourcesPath =
{
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
x86_64-linux.hash = "sha256-AUJczZp4kbT/eq8iUNiuPts1cfgNnw/ZkzItY74T1Zw=";
x86_64-linux.hash = "sha256-oig6VZa9JglmuKz0pysDk51RWnha61a1xUnPlqKxp/8=";
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
aarch64-linux.hash = "sha256-DmbtgogNckeOCj5PibRmTBWgohQ9s06DkCuudR5nCos=";
aarch64-linux.hash = "sha256-PztDuFrwbp8it3OQEZs8GkxIVRZagp8hicvOUllSqa4=";
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

Expand Down

0 comments on commit b81d4de

Please sign in to comment.