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

diamond: 2.1.8 -> 2.1.9
This commit is contained in:
Weijia Wang 2024-03-07 11:24:20 +01:00 committed by GitHub
commit b2a57ed0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "diamond";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "bbuchfink";
repo = "diamond";
rev = "v${version}";
sha256 = "sha256-6L/eS3shfJ33bsXo1BaCO4lKklh2KbOIO2tZsvwcjnA=";
sha256 = "sha256-cTg9TEpz3FSgX2tpfU4y55cCgFY5+mQY86FziHAwd+s=";
};