hareThirdParty.hare-toml: 0.1.0-unstable-2023-12-27 -> 0.1.1

+3 -3
+3 -3
pkgs/development/hare-third-party/hare-toml/default.nix
··· 7 7 }: 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "hare-toml"; 10 - version = "0.1.0-unstable-2023-12-27"; 10 + version = "0.1.1"; 11 11 12 12 src = fetchFromGitea { 13 13 domain = "codeberg.org"; 14 14 owner = "lunacb"; 15 15 repo = "hare-toml"; 16 - rev = "022d0a8d59e5518029f72724a46e6133b934774c"; 17 - hash = "sha256-DsVcbh1zn8GNKzzb+1o6bfgiVigrxHw/5Xm3uuUhRy0="; 16 + rev = "v${finalAttrs.version}"; 17 + hash = "sha256-r8T7Gy9c5polP+R12q0QRy4075nfGssDnNPQ8ARx/0M="; 18 18 }; 19 19 20 20 nativeBuildInputs = [