driftnet: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2023-04-01 06:13:27 +00:00
parent 96f69d8883
commit c28c72a2b3

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "driftnet";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "deiv";
repo = "driftnet";
rev = "refs/tags/v${version}";
hash = "sha256-szmezYnszlRanq8pMD0CIGA+zTYGSwSHcDaZ2Gx1KCA=";
hash = "sha256-lMn60vtOMPs1Tr+SnAOUZDrNIO7gEXdHpizjXiEkkoM=";
};
enableParallelBuilding = true;