Skip to content

Commit

Permalink
timg: 1.6.0 -> 1.6.1 (NixOS#370321)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 4, 2025
2 parents faa674f + 640038c commit 76b11b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ti/timg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "timg";
version = "1.6.0";
version = "1.6.1";

src = fetchFromGitHub {
owner = "hzeller";
repo = "timg";
rev = "v${finalAttrs.version}";
hash = "sha256-rTqToWgCPQeRYnMUmhPd/lJPX6L9PstFs1NczyecaB0=";
hash = "sha256-D5pQozxy5eSKVaV5qhoneG/b2yKcPQWD8OHs8MsGL1w=";
};

buildInputs = [
Expand Down

0 comments on commit 76b11b7

Please sign in to comment.