abaddon: 0.1.10 -> 0.1.11

This commit is contained in:
GenericNerdyUsername 2023-08-23 23:15:53 +01:00
parent 1f832ad576
commit 7cfef20654
No known key found for this signature in database
GPG key ID: 65BA194581245B15

View file

@ -9,20 +9,24 @@
, curl
, gtkmm3
, libhandy
, libopus
, libsecret
, libsodium
, nlohmann_json
, pcre2
, spdlog
, sqlite
}:
stdenv.mkDerivation rec {
pname = "abaddon";
version = "0.1.10";
version = "0.1.11";
src = fetchFromGitHub {
owner = "uowuo";
repo = "abaddon";
rev = "v${version}";
hash = "sha256-84DrPx0e3pZjg87dHZO4y/z7KfIYNyAibE7/J7oYwXA=";
hash = "sha256-KrBZESYab7QFwUfpTl40cgKn/if31oqA9oCe0PwoYbs=";
fetchSubmodules = true;
};
@ -37,8 +41,12 @@ stdenv.mkDerivation rec {
curl
gtkmm3
libhandy
libopus
libsecret
libsodium
nlohmann_json
pcre2
spdlog
sqlite
];