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 { stdenv.mkDerivation rec {
pname = "blackshades"; pname = "blackshades";
version = "2.4.7"; version = "2.4.9";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~cnx"; owner = "~cnx";
repo = pname; repo = pname;
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-hvJwWUUmGeb7MQgKe79cPS2ckPZ9z0Yc5S9IiwuXPD8="; sha256 = "sha256-Hg+VcWI28GzY/CPm1lUftP0RGztOnzizrKJQVTmeJ9I=";
}; };
nativeBuildInputs = [ zig ]; nativeBuildInputs = [ zig ];