commit b1a183d0af033c85809986d29adaa531153f931f
parent 668decdf560defd315020d20caada5b776919dd4
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Tue, 11 Apr 2023 20:23:23 +0400
cudatext-bin: 1.189.0 → 1.190.1
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix
@@ -2,16 +2,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cudatext-bin";
- version = "1.189.0.0";
+ version = "1.190.1.0";
src = {
"aarch64-darwin" = fetchurl {
url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-aarch64-${finalAttrs.version}.dmg";
- hash = "sha256-bupygHalXA3xtjaLlTvqAC+vYKtf63o9xbPhOb3sMbc=";
+ hash = "sha256-Rr1i+dkesQ4T6kFQZyjvMgGYltyf3UMbzrtaMw+6ToQ=";
};
"x86_64-darwin" = fetchurl {
url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-amd64-${finalAttrs.version}.dmg";
- hash = "sha256-9hOWiSFjR+rzrPXHCy4zZm/K0r8OzT857c/YII9K2FI=";
+ hash = "sha256-QgiVsiOrSafjlMDv9DXmjyCMR/J/iKw0NRBC3eV6aSw=";
};
}.${stdenv.hostPlatform.system};