From e2239624d42a379f512ed2f0a70fcb67aa3da964 Mon Sep 17 00:00:00 2001 From: Coutinho de Souza Date: Fri, 16 Feb 2024 18:54:04 -0300 Subject: [PATCH] hareThirdParty.hare-toml: 0.1.0-unstable-2023-12-27 -> 0.1.1 --- pkgs/development/hare-third-party/hare-toml/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/hare-third-party/hare-toml/default.nix b/pkgs/development/hare-third-party/hare-toml/default.nix index 39a387605652..ab760eb5fd24 100644 --- a/pkgs/development/hare-third-party/hare-toml/default.nix +++ b/pkgs/development/hare-third-party/hare-toml/default.nix @@ -7,14 +7,14 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "hare-toml"; - version = "0.1.0-unstable-2023-12-27"; + version = "0.1.1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "lunacb"; repo = "hare-toml"; - rev = "022d0a8d59e5518029f72724a46e6133b934774c"; - hash = "sha256-DsVcbh1zn8GNKzzb+1o6bfgiVigrxHw/5Xm3uuUhRy0="; + rev = "v${finalAttrs.version}"; + hash = "sha256-r8T7Gy9c5polP+R12q0QRy4075nfGssDnNPQ8ARx/0M="; }; nativeBuildInputs = [