about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-05-27 01:27:18 +0300
committerGitHub <noreply@github.com>2020-05-27 01:27:18 +0300
commit4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c (patch)
tree164ea43399592ad84fc883140d003fb168786c5d /pkgs/applications
parent717b547f489795b3676b7030a2ad68eec3735eb5 (diff)
parent829825894a0ffe0b9325383530ed45c0bb7fb979 (diff)
downloadnixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar.gz
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar.bz2
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar.lz
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar.xz
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.tar.zst
nixlib-4c8c8885c3c1a73b9acbd4d4ab3d5b202e768c7c.zip
Merge pull request #88831 from r-ryantm/auto-update/lite
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/lite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/lite/default.nix b/pkgs/applications/editors/lite/default.nix
index 107be4338324..34800d7f0235 100644
--- a/pkgs/applications/editors/lite/default.nix
+++ b/pkgs/applications/editors/lite/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "lite";
-  version = "1.03";
+  version = "1.05";
 
   src = fetchFromGitHub {
     owner = "rxi";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1h8z4fav5ns9sm92axs3k9v6jgkqq0vg9mixza14949blr426mlj";
+    sha256 = "0xh29ddl5h92n1c4nlh4kx9mchwkzn4r3l16kklix3a1jm1c878a";
   };
 
   nativeBuildInputs = [ makeWrapper pkg-config ];