Merge pull request #218252 from r-ryantm/auto-update/sigslot

sigslot: 1.2.1 -> 1.2.2
This commit is contained in:
Azat Bahawi 2023-02-25 21:29:52 +03:00 committed by GitHub
commit dd3537583d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "sigslot";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "palacaze";
repo = "sigslot";
rev = "v${version}";
hash = "sha256-FXoKI0aTpZNHHYZnEoPduf3ctOQ/qKoQrrXZPviAvuY=";
hash = "sha256-MKtVZLHp8UfXW8KJ3QjPMhxnt46xV+pA9NMqAX0iqiA=";
};
nativeBuildInputs = [ cmake ];