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

abaddon: 0.2.0 -> 0.2.1
This commit is contained in:
Nick Cao 2024-04-06 11:31:43 -04:00 committed by GitHub
commit 9e54d43038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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