about summary refs log tree commit diff
path: root/pkgs/development/libraries/ustream-ssl
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-11-28 23:56:30 +0100
committerMaciej Krüger <mkg20001@gmail.com>2023-12-07 12:18:14 +0100
commitf54c943f10644f68b43531bf715ac60513173f9c (patch)
tree86d44c95c339b8b30d5022a56918c3ce85e50977 /pkgs/development/libraries/ustream-ssl
parentf3b40524a13b7225a115958b01550724cf366f97 (diff)
ustream-ssl: unstable-2023-02-25 -> unstable-2023-11-11
Diffstat (limited to 'pkgs/development/libraries/ustream-ssl')
-rw-r--r--pkgs/development/libraries/ustream-ssl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/ustream-ssl/default.nix b/pkgs/development/libraries/ustream-ssl/default.nix
index 546e85fd96c75..67ef977c7a198 100644
--- a/pkgs/development/libraries/ustream-ssl/default.nix
+++ b/pkgs/development/libraries/ustream-ssl/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation {
   pname = "ustream-ssl";
-  version = "unstable-2023-02-25";
+  version = "unstable-2023-11-11";
 
   src = fetchgit {
     url = "https://git.openwrt.org/project/ustream-ssl.git";
-    rev = "498f6e268d4d2b0ad33b430f4ba1abe397d31496";
-    hash = "sha256-qwF3pzJ/nUTaJ8NZtgLyXnSozekY3dovxK3ZWHPGORM=";
+    rev = "263b9a97cf7e1e2467319c23832b705fc01190b5";
+    hash = "sha256-RLHU6swNbS3DL3QbKnwU4BbD0EFGKCrHHp0hbnoSssw=";
   };
 
   preConfigure = ''