libsigcxx30: 3.0.6 -> 3.0.7

This commit is contained in:
R. RyanTM 2021-09-12 05:23:04 +00:00
parent f6e9e908cc
commit 0fc38b1eb2

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "libsigc++";
version = "3.0.6";
version = "3.0.7";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "tw7c9GEWUcVKQm4QmxcZbh+hfaCQWSpQAOLRNMA6xc4=";
sha256 = "v76RwNCU6mu8bL05CbfZjGVh7qi22cDCWt2Qam6D1zM=";
};
nativeBuildInputs = [