Skip to content

Commit

Permalink
dillo: 3.1.1 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 19, 2025
1 parent 1545201 commit 4924685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/di/dillo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4924685

Please sign in to comment.