tinyxxd: 1.3.14 -> 1.3.15 (#506219)

This commit is contained in:
Philip Taron
2026-04-03 15:05:07 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyxxd";
version = "1.3.14";
version = "1.3.15";
src = fetchFromGitHub {
repo = "tinyxxd";
owner = "xyproto";
rev = "v${finalAttrs.version}";
hash = "sha256-iN7i5XtGfvtRX8MA2IWiPsS2PYkmKTrztfvgLtoIq2o=";
hash = "sha256-JLu3x54/kpKhvfTeWovxmV+/bEB4MqaNlFPrHnM/+ko=";
};
nativeBuildInputs = [ installShellFiles ];