Merge pull request #290554 from Moraxyc/update-tang

tang: 14 -> 15
This commit is contained in:
Franz Pletz 2024-02-25 20:40:09 +01:00 committed by GitHub
commit cd39de22d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [