Skip to content

Commit db61496

Browse files
authored
lagrange: 1.18.1 → 1.18.3 (#348609)
2 parents 715d249 + 263f880 commit db61496

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/browsers/lagrange

1 file changed

+2
-2
lines changed

pkgs/applications/networking/browsers/lagrange/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "lagrange";
25-
version = "1.18.1";
25+
version = "1.18.3";
2626

2727
src = fetchFromGitHub {
2828
owner = "skyjake";
2929
repo = "lagrange";
3030
rev = "v${finalAttrs.version}";
31-
hash = "sha256-iIUWF93RZheW4uf3zgs1jqDjQnn0nFH7GOMaLBR0w0o=";
31+
hash = "sha256-ewpSZD+pCr6gbzT+4lW2+6tssPNLq4rqgUx7p8IsjIY=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)