Skip to content

Commit

Permalink
tinyxxd: 1.3.6 -> 1.3.7 (#350789)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 23, 2024
2 parents 4e9b31f + 74d8a92 commit 4dfaaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ti/tinyxxd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 4dfaaf8

Please # to comment.