about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliButz <WilliButz@users.noreply.github.com>2019-08-19 10:42:14 +0200
committerGitHub <noreply@github.com>2019-08-19 10:42:14 +0200
commit5c8a6c38f092f592ed6aa0cc0cfe868c1b49d625 (patch)
treecac08a72b71d8e50079b2e31b6348e0738a4b99e /pkgs
parente6238c8fc8c77762232febeda2f0e03034f10ab0 (diff)
parentd85ee0df1bef193a64997230dad2edf1626b7722 (diff)
Merge pull request #66626 from eyJhb/sl-bump
sl: 5.04 -> 5.05
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/sl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/sl/default.nix b/pkgs/tools/misc/sl/default.nix
index b45304a43c4b0..c0f877f4c4140 100644
--- a/pkgs/tools/misc/sl/default.nix
+++ b/pkgs/tools/misc/sl/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "sl-${version}";
-  version = "5.04";
+  version = "5.05";
 
   src = fetchFromGitHub {
     owner = "eyJhb";
     repo = "sl";
     rev = version;
-    sha256 = "029lv6vw39c7gj8bkfyqs8q4g32174vbmghhhgfk8wrhnxq60qn7";
+    sha256 = "11a1rdgb8wagikhxgm81g80g5qsl59mv4qgsval3isykqh8729bj";
   };
 
   buildInputs = [ ncurses ];