1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

tinyxxd: 1.3.5 -> 1.3.6

Diff: https://github.com/xyproto/tinyxxd/compare/v1.3.5...v1.3.6
This commit is contained in:
Philip Taron 2024-10-21 09:32:03 -07:00
parent 968e5b2ab2
commit e6f4812da2
No known key found for this signature in database

View file

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