dillo: 3.1.1 -> 3.2.0 (#374924)

Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-20 02:05:33 +00:00
committed by GitHub
co-authored by AndersonTorres
+2 -2
View File
@@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dillo";
version = "3.1.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "dillo-browser";
repo = "dillo";
rev = "v${finalAttrs.version}";
hash = "sha256-bGIOYONMtIN4IhSobOeSLiRDR13mo4W/DBX4kQ2S+hg=";
hash = "sha256-9nJq20iW8/UI3GgXWje+46WDSu3/omd1PN/uTlYCOac=";
};
nativeBuildInputs = [