sope: 5.12.1 -> 5.12.2 (#420083)

This commit is contained in:
Wolfgang Walther 2025-07-11 20:24:00 +00:00 committed by GitHub
commit 64ad5c9683
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
clangStdenv.mkDerivation rec {
pname = "sope";
version = "5.12.1";
version = "5.12.2";
src = fetchFromGitHub {
owner = "Alinto";
repo = "sope";
rev = "SOPE-${version}";
hash = "sha256-a7uOFiPnZ++ACV1Ggwh+YtP+NQYS4datQdlPtG+qlg0=";
hash = "sha256-GeJ1o8Juw7jm3/pkfuMqVpfMxKewU6hQmBoPmb0HgTc=";
};
buildInputs =