xmedcon: 0.23.0 -> 0.24.0

(cherry picked from commit e10b8c551f)
This commit is contained in:
R. Ryantm 2024-06-09 05:32:44 +00:00 committed by github-actions[bot]
parent 42d3c58e6a
commit 73cccd4aaf

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "xmedcon";
version = "0.23.0";
version = "0.24.0";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-g1CRJDokLDzB+1YIuVQNByBLx01CI47EwGeluqVDujk=";
sha256 = "sha256-9NAAXGEVgpVPS7MB8FubnYUpkihE3lET/gep8QfPhB0=";
};
buildInputs = [