Merge pull request #299482 from r-ryantm/auto-update/abaddon

abaddon: 0.1.14 -> 0.2.0
This commit is contained in:
Weijia Wang 2024-04-02 16:56:52 +02:00 committed by GitHub
commit 0f1313a86f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "abaddon";
version = "0.1.14";
version = "0.2.0";
src = fetchFromGitHub {
owner = "uowuo";
repo = "abaddon";
rev = "v${version}";
hash = "sha256-Amp6PkQWd4PnwUL29fzGETLuQXVEaARr+jIRlfrxTKc=";
hash = "sha256-Gl4BI+bkYuc5RtClfTth+WQ4EVYCWn0xnFOaQpS7yq0=";
fetchSubmodules = true;
};