Skip to content

Commit c16a6c8

Browse files
authored
limo: 1.2 -> 1.2.2 (#404425)
2 parents 6c09d27 + 8847508 commit c16a6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/limo/package.nix

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

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "limo";
24-
version = "1.2";
24+
version = "1.2.2";
2525

2626
src = fetchFromGitHub {
2727
owner = "limo-app";
2828
repo = "limo";
2929
tag = "v${finalAttrs.version}";
30-
hash = "sha256-hgtqpP1H9+TAuP5b/Wvx4mqeYRKyaluMlyzHEmIgSqo=";
30+
hash = "sha256-ZnGDEoZLKlbtAzPKg5dIisvV1pR+Usu6m71zRQBa9ig=";
3131
};
3232

3333
patches = lib.optionals (!withUnrar) [

0 commit comments

Comments
 (0)