tinyxxd: 1.3.10 -> 1.3.11

Fixes a regression with the `-c` flag: https://github.com/xyproto/tinyxxd/issues/29
This commit is contained in:
Philip Taron
2026-02-13 09:36:08 -08:00
parent 3abd5422e4
commit 979b943586
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyxxd";
version = "1.3.10";
version = "1.3.11";
src = fetchFromGitHub {
repo = "tinyxxd";
owner = "xyproto";
rev = "v${finalAttrs.version}";
hash = "sha256-DrAwUwaiEnaOCo0YLXSaAJDEyBJ4t7mVxEarDSO6XeU=";
hash = "sha256-zM0KRQggDc45eeeZZ6nAI/5sm7NtF1XGucIJV4O1AJs=";
};
nativeBuildInputs = [ installShellFiles ];