Skip to content

Commit

Permalink
Merge pull request #153638 from sikmir/lagrange
Browse files Browse the repository at this point in the history
lagrange: 1.9.3 → 1.9.5
  • Loading branch information
bobby285271 committed Jan 7, 2022
2 parents e435ca8 + 3696919 commit ff377a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/lagrange/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.9.3";
version = "1.9.5";

src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-0+NY21oIbRMCYnneWxw48yQ3UOXW0Ves2A4JTXyLnCE=";
sha256 = "sha256-jvknhGTvb2Qw2587TmCJxES2DSv+9+BfMk2IOyqqLt8=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit ff377a7

Please sign in to comment.