commit 0b906c26169d91833e7956c5d00b4d3e632bb348 parent 7ec74196bff60d884c42db4c9d797d4924c73261 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Wed, 2 Oct 2024 00:28:48 +0400 Up Diffstat:
M | pkgs/darwin/cudatext/bin.nix | | | 6 | +++--- |
M | pkgs/darwin/qtcreator/bin.nix | | | 4 | ++-- |
M | pkgs/darwin/zed/default.nix | | | 4 | ++-- |
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix @@ -9,17 +9,17 @@ stdenv.mkDerivation (finalAttrs: { pname = "cudatext-bin"; - version = "1.214.0.0"; + version = "1.216.6.0"; src = { "aarch64-darwin" = fetchurl { url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-aarch64-${finalAttrs.version}.dmg"; - hash = "sha256-DU2QtKjPsHBw8hBb2t7cmYvUQ3UodgcW4Hp9kEyEzBI="; + hash = "sha256-9IyvKHqR1G4JukQjoCBQMxp0y6M2v+aloX5ZcU2b7HY="; }; "x86_64-darwin" = fetchurl { url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-amd64-${finalAttrs.version}.dmg"; - hash = "sha256-oGmUcPmnlqKn4mGVhbnFjM1FJ7H3uUg9Z7MKvt2By2Y="; + hash = "sha256-QVjhJOGRyLkxDRxPKZ2d/TbXN0tDNcY7EZIx8/OnjPA="; }; } .${stdenv.hostPlatform.system}; diff --git a/pkgs/darwin/qtcreator/bin.nix b/pkgs/darwin/qtcreator/bin.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "qtcreator-bin"; - version = "14.0.0"; + version = "14.0.2"; src = fetchfromgh { owner = "qt-creator"; repo = "qt-creator"; name = "qtcreator-macos-universal-${finalAttrs.version}.7z"; - hash = "sha256-+I4HqyTRY/1GtTYJ+4kJpXbIOnm6zkaYrOFexWDVBDM="; + hash = "sha256-F86s8REbg+vMeEb7CDtatLchwZhPsJjj5SazicJyvBo="; version = "v${finalAttrs.version}"; }; diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix @@ -7,11 +7,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "zed"; - version = "0.155.0-pre"; + version = "0.155.2-pre"; src = fetchurl { url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed.dmg"; - hash = "sha256-1IAUmYKkMUhM4g9i7lmsb7Q9D+rKlOu27u7ciHIVdQY="; + hash = "sha256-qf77hRaG42zQwP5wRGCA0+b/ghZBtEh2bFSpZwTXbUQ="; }; sourceRoot = ".";