Skip to content

Commit

Permalink
Merge pull request NixOS#229059 from r-ryantm/auto-update/lagrange
Browse files Browse the repository at this point in the history
lagrange: 1.15.8 -> 1.15.9
  • Loading branch information
sikmir authored Apr 30, 2023
2 parents c25cd75 + cc031b3 commit 67de074
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 @@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.15.8";
version = "1.15.9";

src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-zfwuFa309JysFMueFbtnt/7LyCCoXKhIIiFwJY/lIZc=";
hash = "sha256-tR3qffGB83iyg3T7YRD1YRX/PG4YGLOnElHJ0ju47Y8=";
};

nativeBuildInputs = [ cmake pkg-config zip ];
Expand Down

0 comments on commit 67de074

Please sign in to comment.