Skip to content

Commit 23a2323

Browse files
committed
tsid: 1.9.0 -> 1.10.0
1 parent 8568fa9 commit 23a2323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "tsid";
16-
version = "1.9.0";
16+
version = "1.10.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "stack-of-tasks";
2020
repo = "tsid";
2121
rev = "v${finalAttrs.version}";
22-
hash = "sha256-enSYneV/Av7lF8ADdLqU1Wj2z8/ePocgecFtOBXS0EY=";
22+
hash = "sha256-f/SecQfEmrlelVR5584KIHFwwrp5Cy2aBMKI/rxuPmc=";
2323
};
2424

2525
cmakeFlags = [

0 commit comments

Comments
 (0)