mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
Merge pull request #255340 from GenericNerdyUsername/abaddon-update
abaddon: 0.1.10 -> 0.1.11
This commit is contained in:
commit
3ad611c6a9
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user