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

This commit is contained in:
Coutinho de Souza 2024-02-16 18:54:04 -03:00
parent 59a26b2201
commit e2239624d4
No known key found for this signature in database
GPG Key ID: 59081FCB8F9AABB5

View File

@ -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 = [