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

abaddon: 0.1.11 -> 0.1.12
This commit is contained in:
Weijia Wang 2023-10-01 00:38:33 +02:00 committed by GitHub
commit e35fff7e7c
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.11";
version = "0.1.12";
src = fetchFromGitHub {
owner = "uowuo";
repo = "abaddon";
rev = "v${version}";
hash = "sha256-KrBZESYab7QFwUfpTl40cgKn/if31oqA9oCe0PwoYbs=";
hash = "sha256-Rz3c6RMZUiKQ0YKKQkCEkelfIGUq+xVmgNskj7uEjGI=";
fetchSubmodules = true;
};