Skip to content

Commit 3dfebe2

Browse files
authored
limo: 1.0.9 -> 1.0.10 (#367101)
2 parents 39f0c2c + c339f5b commit 3dfebe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "limo";
23-
version = "1.0.9";
23+
version = "1.0.10";
2424

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

3232
patches = lib.optionals (!withUnrar) [

0 commit comments

Comments
 (0)