dillo: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-01-19 00:46:16 +00:00
parent 1545201579
commit 4924685d4a
+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 = [