Skip to content

Commit 47803eb

Browse files
authored
2 parents aba84a6 + 0b00016 commit 47803eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pu/pulsar/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
let
3838
pname = "pulsar";
39-
version = "1.126.0";
39+
version = "1.127.0";
4040

4141
sourcesPath =
4242
{
4343
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
44-
x86_64-linux.hash = "sha256-6GY7zYLdMVIbeMaGHrRY+J74rXsnds2NN2jJBqohsEs=";
44+
x86_64-linux.hash = "sha256-w6529KJ6XywWb2gHyiBv9/VFu2SV7Cyq1cTzjXLbgm0=";
4545
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
46-
aarch64-linux.hash = "sha256-0Y8i+gTMIk8y7qg7Qxp52tnn+e55psUtXE2mCE7K7Fg=";
46+
aarch64-linux.hash = "sha256-IniDEKFGRcKzlDlPI6s2ozsk/YfPIBeG8x6f62g5PSI=";
4747
}
4848
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
4949

0 commit comments

Comments
 (0)