about summary refs log tree commit diff
path: root/pkgs/applications/editors/pulsar
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-25 22:54:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-25 22:54:53 +0000
commitf0ac17b9858bbd7e1f42cb07e12082a720e8a864 (patch)
treee03b17d515954f9055f013d6659a48a84b6331bf /pkgs/applications/editors/pulsar
parent5cf3fa6186e81451a9af26289d7cdf4ccc58f916 (diff)
downloadnixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar.gz
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar.bz2
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar.lz
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar.xz
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.tar.zst
nixlib-f0ac17b9858bbd7e1f42cb07e12082a720e8a864.zip
pulsar: 1.107.1 -> 1.108.0
Diffstat (limited to 'pkgs/applications/editors/pulsar')
-rw-r--r--pkgs/applications/editors/pulsar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix
index 0cdc2d81e75b..f376cff4a97f 100644
--- a/pkgs/applications/editors/pulsar/default.nix
+++ b/pkgs/applications/editors/pulsar/default.nix
@@ -23,13 +23,13 @@
 
 let
   pname = "pulsar";
-  version = "1.107.1";
+  version = "1.108.0";
 
   sourcesPath = {
     x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
-    x86_64-linux.hash = "sha256-stY/sutbFVWQuN6C/tkT/G5MMVypgm3Um78jk8RHF6k=";
+    x86_64-linux.hash = "sha256-9wxMKekowNkFX+m3h2ZeTXu/uMLyPi6IIbseJ16shG4=";
     aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
-    aarch64-linux.hash = "sha256-umL60+FJKT8ThnzxgzzVzsY0nhJwsNF4YvrKoruxz7U=";
+    aarch64-linux.hash = "sha256-GdPnmhMZR3Y2WB2j98JEWomdKFZuTgxN8oga/tBwA4U=";
   }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
   additionalLibs = lib.makeLibraryPath [