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

diamond: 2.1.4 -> 2.1.5
This commit is contained in:
Weijia Wang 2023-03-11 22:26:53 +02:00 committed by GitHub
commit 4a1f782586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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