Merge pull request #318271 from r-ryantm/auto-update/dillo

dillo: 3.1.0 -> 3.1.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-08 14:35:07 +00:00 committed by GitHub
commit 1be3ff8d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [