about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-05-22 10:53:54 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-07-26 14:04:29 -0300
commitb3b9322e9dd4f4a59da17e12c1c25c15f17cb08e (patch)
treeb467f6b2da2effe35cd135c40a1163e8d1c9e523 /pkgs
parent48ad824bb3a19d6938d7dd2eb392305340f5f0b3 (diff)
downloadnixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar.gz
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar.bz2
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar.lz
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar.xz
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.tar.zst
nixlib-b3b9322e9dd4f4a59da17e12c1c25c15f17cb08e.zip
lxqt-session: 0.12.0 -> 0.13.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-session/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-session/default.nix b/pkgs/desktops/lxqt/core/lxqt-session/default.nix
index 16b6361fb50b..e369880b2b4e 100644
--- a/pkgs/desktops/lxqt/core/lxqt-session/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-session/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-session";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "lxqt";
     repo = pname;
     rev = version;
-    sha256 = "03gi9svxqsfjhk5ifbaalq9i44ggx8afwms1hb312czqn82wrszb";
+    sha256 = "0ngcrkmfpahii4yibsh03b8v8af93hhqm42kk1nnhczc8dg49mhs";
   };
 
   nativeBuildInputs = [