sope: 5.12.1 -> 5.12.2

This commit is contained in:
R. Ryantm 2025-06-26 00:41:57 +00:00
parent e1a2d75db3
commit 5c509c0fa8

View File

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