nur-packages

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

commit 6508368eef8768bcf861ab209ab930aa6d1242d8
parent cf306f4a52fe565f07c523d465251ed614e65fdf
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Wed, 14 May 2025 23:12:47 +0400

Up

Diffstat:
Mflake.lock | 6+++---
Mpkgs/darwin/qtcreator/bin.nix | 4++--
Mpkgs/darwin/zed/default.nix | 4++--
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1746576598, - "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=", + "lastModified": 1747060738, + "narHash": "sha256-ByfPRQuqj+nhtVV0koinEpmJw0KLzNbgcgi9EF+NVow=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55", + "rev": "eaeed9530c76ce5f1d2d8232e08bec5e26f18ec1", "type": "github" }, "original": { 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 = "16.0.1"; + version = "16.0.2"; src = fetchfromgh { owner = "qt-creator"; repo = "qt-creator"; tag = "v${finalAttrs.version}"; - hash = "sha256-dtSWRC0BujatR6Fx1ChMoVIyhnUq1fODunvzBKSVxrE="; + hash = "sha256-puLKIAj54ah7M1aCtOq9cDb6IAur9o5kA2/cRa8tiWI="; name = "qtcreator-macos-universal-${finalAttrs.version}.7z"; }; 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.186.7-pre"; + version = "0.187.1-pre"; src = fetchurl { url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed-x86_64.dmg"; - hash = "sha256-tnfrLmgUk7eMBLHStWILTuQqBVaiHC3ePB6ZK4VCcx0="; + hash = "sha256-8yKMj6/YCXtfxG7w/12AR4W0EcnU+Q1s3aLNoixcne0="; }; sourceRoot = ".";