nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 710d7a4ce401a3754e866dfbef38802c9d5c3b10
parent 8134c974204441785e66870c33bd6cc8783fa5cb
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Thu,  8 Feb 2024 22:19:18 +0400

Up

Diffstat:
Mpkgs/darwin/qtcreator/bin.nix | 4++--
Mpkgs/misc/tlstunnel/default.nix | 8++++----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkgs/darwin/qtcreator/bin.nix b/pkgs/darwin/qtcreator/bin.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "qtcreator-bin"; - version = "12.0.0"; + version = "12.0.2"; src = fetchfromgh { owner = "qt-creator"; repo = "qt-creator"; name = "qtcreator-macos-universal-${finalAttrs.version}.7z"; - hash = "sha256-G5NX3o/C4I0S/6kQ9MlpVLx+rLDWueQe7egbiVntloY="; + hash = "sha256-YwRsK5/vTfUhx1x2pq8xC+HLNsUTTYXVBchlDXZ8eLo="; version = "v${finalAttrs.version}"; }; diff --git a/pkgs/misc/tlstunnel/default.nix b/pkgs/misc/tlstunnel/default.nix @@ -2,13 +2,13 @@ ocamlPackages.buildDunePackage rec { pname = "tlstunnel"; - version = "2023-03-09"; + version = "2024-01-10"; src = fetchFromGitHub { - owner = "roburio"; + owner = "robur-coop"; repo = "tlstunnel"; - rev = "85413a3c2c54fdeda982fdca5d6035e6b740f6fe"; - hash = "sha256-Oe4sDLFoTUzb65LDUcdqyRHAq13ap4Gme+GA3fPpHmc="; + rev = "c81e48739342e2f5c8ad5537b3543dfad721fc99"; + hash = "sha256-+Cj6eea5IuOZUhCD4zCYddG/AjV/i7jluEeLfhWh5Go="; }; sourceRoot = "${src.name}/client";