diff options
| author | Dylan <boss@tehbox.org> | 2026-05-24 23:37:33 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-05-24 23:37:33 +1200 |
| commit | 78482acfafe4914ae581e89aa1e5458e14de1900 (patch) | |
| tree | e71100f807228f310f65d4af8a35ed919b332774 | |
| parent | 7711536253315ba3b3628b8c6706573317c7e201 (diff) | |
| download | tehimage-78482acfafe4914ae581e89aa1e5458e14de1900.tar.gz tehimage-78482acfafe4914ae581e89aa1e5458e14de1900.zip | |
Now support both reading and writing for png and bitmap images
| -rw-r--r-- | libTehImage.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libTehImage.nix b/libTehImage.nix index 51d4045..6ca1104 100644 --- a/libTehImage.nix +++ b/libTehImage.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation { pname = "libTehImage"; - version = "0.0.2"; + version = "0.0.3"; #outputs = [ "out" "dev" ]; @@ -18,8 +18,8 @@ stdenv.mkDerivation { src = fetchgit { url = "https://git.tehbox.org/boss/tehimage.git"; - rev = "v0.0.2"; - hash = "sha256-GrCtLFFa3wKHzXuqziobWz4w0tWzbiShkbXS0Obs+rw="; + rev = "v0.0.3"; + hash = "sha256-ujEVV0uIH67nl7SQcYdHc0BFyiUoIpvvyo+Qp3mF5lw="; }; preInstall = "mkdir -p $out/include"; |
