blackshades: 2.4.7 -> 2.4.9

This commit is contained in:
Nguyễn Gia Phong 2022-02-23 17:35:52 +07:00
parent 7f9b6e2bab
commit a47ff32985
No known key found for this signature in database
GPG key ID: 27148B2C06A2224B

View file

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "blackshades";
version = "2.4.7";
version = "2.4.9";
src = fetchFromSourcehut {
owner = "~cnx";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-hvJwWUUmGeb7MQgKe79cPS2ckPZ9z0Yc5S9IiwuXPD8=";
sha256 = "sha256-Hg+VcWI28GzY/CPm1lUftP0RGztOnzizrKJQVTmeJ9I=";
};
nativeBuildInputs = [ zig ];