Skip to content

Commit

Permalink
ts-warp: 1.5.4 -> 1.5.7 (#365494)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 16, 2024
2 parents 8e56405 + d3dc7a4 commit cfa7244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ts/ts-warp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "ts-warp";
version = "1.5.4";
version = "1.5.7";

src = fetchFromGitHub {
owner = "mezantrop";
repo = "ts-warp";
rev = finalAttrs.version;
hash = "sha256-iozjUHdiiP9Wg86W/LGUucd3sLC8gHMcYAbyAHT7WrQ=";
hash = "sha256-bFF/xVI6K2pDMQazJ3E/lAMfrAMbb0cCVUgbfoFxd4Y=";
};

nativeBuildInputs = [ which ];
Expand Down

0 comments on commit cfa7244

Please sign in to comment.