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

abaddon: 0.1.12 -> 0.1.13
This commit is contained in:
Pol Dellaiera 2023-11-27 20:52:56 +01:00 committed by GitHub
commit aed4261f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "abaddon";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "uowuo";
repo = "abaddon";
rev = "v${version}";
hash = "sha256-Rz3c6RMZUiKQ0YKKQkCEkelfIGUq+xVmgNskj7uEjGI=";
hash = "sha256-2iozeRuY/+JDnaHfAYiXNS1VgSrHAxXPuI8BevEEKTc=";
fetchSubmodules = true;
};