Merge pull request #222464 from r-ryantm/auto-update/diamond

diamond: 2.1.5 -> 2.1.6
This commit is contained in:
Weijia Wang 2023-03-24 20:56:17 +02:00 committed by GitHub
commit 2ce97f2bf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "diamond"; pname = "diamond";
version = "2.1.5"; version = "2.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bbuchfink"; owner = "bbuchfink";
repo = "diamond"; repo = "diamond";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ud11GNuDL1HDNaAzkNB/ebuPJR4wgWYy49zBr93BtSo="; sha256 = "sha256-2FxJTF/fF/Xi0TglXDlf3sSwncv2f6gc129nTbk8YU0=";
}; };