tinyxxd: 1.3.6 -> 1.3.7

Diff: https://github.com/xyproto/tinyxxd/compare/v1.3.6...v1.3.7

A compatibility error with vim's xxd was reported and fixed:

- https://github.com/xyproto/tinyxxd/issues/15
This commit is contained in:
Philip Taron 2024-10-23 13:22:44 -07:00
parent 4e9b31ff0e
commit 74d8a923cb
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyxxd";
version = "1.3.6";
version = "1.3.7";
src = fetchFromGitHub {
repo = "tinyxxd";
owner = "xyproto";
rev = "v${finalAttrs.version}";
hash = "sha256-SPKDowZrr1m9DiL7p8pKHKJuahEiwCmW5VhuE314Otw=";
hash = "sha256-Yj9n/reWAjKY1spXiW/fjPGTgj1Yc18FzFln6f5LK9c=";
};
nativeBuildInputs = [ installShellFiles ];