Skip to content

Commit cfa7244

Browse files
ts-warp: 1.5.4 -> 1.5.7 (#365494)
2 parents 8e56405 + d3dc7a4 commit cfa7244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ts/ts-warp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "ts-warp";
10-
version = "1.5.4";
10+
version = "1.5.7";
1111

1212
src = fetchFromGitHub {
1313
owner = "mezantrop";
1414
repo = "ts-warp";
1515
rev = finalAttrs.version;
16-
hash = "sha256-iozjUHdiiP9Wg86W/LGUucd3sLC8gHMcYAbyAHT7WrQ=";
16+
hash = "sha256-bFF/xVI6K2pDMQazJ3E/lAMfrAMbb0cCVUgbfoFxd4Y=";
1717
};
1818

1919
nativeBuildInputs = [ which ];

0 commit comments

Comments
 (0)