Skip to content

Commit

Permalink
limo: 1.0.9 -> 1.0.10 (NixOS#367101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Dec 23, 2024
2 parents 39f0c2c + c339f5b commit 3dfebe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/limo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "limo";
version = "1.0.9";
version = "1.0.10";

src = fetchFromGitHub {
owner = "limo-app";
repo = "limo";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-ytSlR6JhR7qYT/jCbTthHWc+YOX4AbJs9a4GRdgHj5c=";
tag = "v${finalAttrs.version}";
hash = "sha256-NSlZRFkLq3Ks6h4imDcouyiouKYeY7AK1U6a4CXaaA0=";
};

patches = lib.optionals (!withUnrar) [
Expand Down

0 comments on commit 3dfebe2

Please sign in to comment.