2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:38:18 +00:00

gdbuspp: 2 -> 3

This commit is contained in:
Petr Portnov 2024-12-08 23:29:26 +03:00
parent 61dfad04c4
commit 339a3006ec
No known key found for this signature in database
GPG Key ID: 11922217F8288484

View File

@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "gdbuspp";
version = "2";
version = "3";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "gdbuspp";
rev = "refs/tags/v${version}";
hash = "sha256-A0sl4zZa17zMec/jJASE8lDVNohzJzEGZbWjjsorB2Y=";
hash = "sha256-LwEUNBQ7BUyoTm8tBgE4hwL7AbimCY/grQus8lWSI/M=";
};
postPatch = ''