From f6f4c7bf1439b5675fd346c1a6b8981ce45b396e Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 1 Mar 2026 15:01:38 +0400 Subject: [PATCH] =?UTF-8?q?treecat:=201.0.2-unstable-2023-11-28=20?= =?UTF-8?q?=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/tr/treecat/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/tr/treecat/package.nix b/pkgs/by-name/tr/treecat/package.nix index 20b4592f56ee..b4ed08a3397e 100644 --- a/pkgs/by-name/tr/treecat/package.nix +++ b/pkgs/by-name/tr/treecat/package.nix @@ -1,6 +1,5 @@ { fetchFromSourcehut, - fetchpatch, hareHook, haredo, lib, @@ -9,7 +8,7 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "treecat"; - version = "1.0.2-unstable-2023-11-28"; + version = "1.0.3"; outputs = [ "out" @@ -19,18 +18,10 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromSourcehut { owner = "~autumnull"; repo = "treecat"; - rev = "d277aed99eb48eef891b76916a61029989c41d2d"; - hash = "sha256-4A01MAGkBSSzkyRw4omNbLoX8z+pHfoUO7/6QvEUu70="; + tag = finalAttrs.version; + hash = "sha256-UCGx1v+AP9BeAktrniTXctkPp5mprf77fkapdhPWrqg="; }; - patches = [ - # Update for Hare 0.24.2. - (fetchpatch { - url = "https://git.sr.ht/~autumnull/treecat/commit/53ad8126261051dd3b3493c34ae49f23db2c2d16.patch"; - hash = "sha256-cF/lMZjg1hB93rBXcjecT5Rrzb2Y73u6DSW1WcP5Vek="; - }) - ]; - nativeBuildInputs = [ hareHook haredo