tang: 14 -> 15

This commit is contained in:
Moraxyc 2024-02-22 11:45:15 +08:00
parent f8131a5a2c
commit 28e2594c1e
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "tang";
version = "14";
version = "15";
src = fetchFromGitHub {
owner = "latchset";
repo = "tang";
rev = "refs/tags/v${version}";
hash = "sha256-QKURKb2g71pZvuZlJk3Rc26H3oU0WSkjgQtJQLrYGbw=";
hash = "sha256-nlC2hdNzQZrfirjS2gX4oFp2OD1OdxmLsN03hfxD3ug=";
};
nativeBuildInputs = [