postsrsd: 2.2.7 -> 2.3.0 (#543112)

This commit is contained in:
Martin Weinelt
2026-07-18 10:25:32 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "postsrsd";
version = "2.2.7";
version = "2.3.0";
src = fetchFromGitHub {
owner = "roehling";
repo = "postsrsd";
tag = finalAttrs.version;
hash = "sha256-xBVkhhnLBzCaMFrYze+MdHDJQPJefQdr6jJDTVmN1dU=";
hash = "sha256-3taFk7LEsbk4HmW/llKrjCUTw4upoWpYbVFTHq7Q5t4=";
};
cmakeFlags = [