dillo: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm 2024-06-08 12:49:08 +00:00
parent 3d59539cc4
commit 748a669291

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dillo";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "dillo-browser";
repo = "dillo";
rev = "v${finalAttrs.version}";
hash = "sha256-AqffkUPLvVSGq9iYksyvHf3HQ3DLWNlB3CYw4GCAAEI=";
hash = "sha256-bGIOYONMtIN4IhSobOeSLiRDR13mo4W/DBX4kQ2S+hg=";
};
nativeBuildInputs = [