clapper: 0.6.1 -> 0.8.0

This commit is contained in:
nayeko 2025-02-15 18:00:59 +00:00 committed by GitHub
parent 8e4badef58
commit 77136a9879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,17 +20,18 @@
libmicrodns,
gtuber,
glib-networking,
libpeas2,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "clapper";
version = "0.6.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "Rafostar";
repo = "clapper";
rev = finalAttrs.version;
hash = "sha256-IQJTnLB6FzYYPONOqBkvi89iF0U6fx/aWYvNOOJpBvc=";
tag = finalAttrs.version;
hash = "sha256-Yb2fWsdd8jhxkGWKanLn7CAuF4MjyQ27XTrO8ja3hfs=";
};
nativeBuildInputs = [
@ -59,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
libadwaita
libsoup_3
libmicrodns
libpeas2
];
postPatch = ''