abaddon: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm 2024-04-06 12:17:46 +00:00
parent f6eb921406
commit f82d3e1a99

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;
};