commit 39dadbb4234cadf01bcd6e3f1f95a06c9d8e1547
parent b0bad300fc7e3131977c0343f755e7211101f4fe
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Wed, 22 Nov 2023 23:03:27 +0400
Up
Diffstat:
4 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1700108881,
- "narHash": "sha256-+Lqybl8kj0+nD/IlAWPPG/RDTa47gff9nbei0u7BntE=",
+ "lastModified": 1700538105,
+ "narHash": "sha256-uZhOCmwv8VupEmPZm3erbr9XXmyg7K67Ul3+Rx2XMe0=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "7414e9ee0b3e9903c24d3379f577a417f0aae5f1",
+ "rev": "51a01a7e5515b469886c120e38db325c96694c2f",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/sequel-ace/default.nix b/pkgs/darwin/sequel-ace/default.nix
@@ -2,14 +2,14 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "sequel-ace-bin";
- version = "4.0.7";
+ version = "4.0.13-20062";
src = fetchfromgh {
owner = "Sequel-Ace";
repo = "Sequel-Ace";
- name = "Sequel-Ace-${finalAttrs.version}.zip";
- hash = "sha256-yTaj2HvhGwGKB/YqaBkYWD3B9gpn/KS+joTxo0ytBiM=";
- version = "production/${finalAttrs.version}-20050";
+ name = "Sequel-Ace-${lib.head (lib.splitString "-" finalAttrs.version)}.zip";
+ hash = "sha256-HsMx3Xhrf6id/F9XUEVZvP9vB52d0w+Lxz+oedmSyh8=";
+ version = "production/${finalAttrs.version}";
};
sourceRoot = ".";
diff --git a/pkgs/gemini/gemini-ipfs-gateway/default.nix b/pkgs/gemini/gemini-ipfs-gateway/default.nix
@@ -2,22 +2,21 @@
buildGoModule rec {
pname = "gemini-ipfs-gateway";
- version = "2022-07-06";
+ version = "2023-10-19";
src = fetchFromSourcehut {
owner = "~hsanjuan";
repo = "gemini-ipfs-gateway";
- rev = "fc646a2089758c1af9aba790a991c19a2e6b37e8";
- hash = "sha256-50viZnrgrxXNmpmfV1NQn/QTAlSEO505jbz1pzPfypA=";
+ rev = "f32f60780077627c552394cab92763779575e55c";
+ hash = "sha256-44CLnlmfQQqw73Oy+GQ9525HZv+hx6IM/DrBgtEaaVg=";
};
- vendorHash = "sha256-nSeVJrQKbUHhLPggIfir+YGoXuMLwmon+ZgJHfNNqdM=";
+ vendorHash = "sha256-Y7Hm5QbUMz+T68wlTlx5zMjJIQXOe2zhYQZc41Dwjb8=";
meta = with lib; {
description = "IPFS access over the Gemini protocol";
inherit (src.meta) homepage;
license = licenses.agpl3Only;
maintainers = [ maintainers.sikmir ];
- broken = true;
};
}
diff --git a/pkgs/gemini/gplaces/default.nix b/pkgs/gemini/gplaces/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gplaces";
- version = "0.16.37";
+ version = "0.18.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = "gplaces";
rev = "v${finalAttrs.version}";
- hash = "sha256-c7/ppgilM7DI4Ise2lUEpKPuCvSG0LUVZlwgm8bstT0=";
+ hash = "sha256-6b/SqkY/C45NAsHzRyoMv5vSXOTiVisXO2GCIL7reN4=";
fetchSubmodules = true;
};