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-08-28 01:26:06 +0200
committerMaciej Krüger <mkg20001@gmail.com>2023-08-28 01:26:06 +0200
commit54a92c8bca5646e378b44e0245f09744597baffc (patch)
tree3e977064c137906abf235c26bdb41cc12a8d25b5 /pkgs/development/libraries/ustream-ssl
parent3a8aa079a51aea40912a9454d789a0f2ee35d7bc (diff)
ustream-ssl: unstable-2022-12-08- -> unstable-2023-02-25
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 007ebc9c45738..76689da526d84 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-2022-12-08-${ssl_implementation.pname}";
+  version = "unstable-2023-02-25";
 
   src = fetchgit {
     url = "https://git.openwrt.org/project/ustream-ssl.git";
-    rev = "9217ab46536353c7c792951b57163063f5ec7a3b";
-    sha256 = "1ldyyb3is213iljyccx98f56rb69rfpgdcb1kjxw9a176hvpipdd";
+    rev = "498f6e268d4d2b0ad33b430f4ba1abe397d31496";
+    hash = "sha256-qwF3pzJ/nUTaJ8NZtgLyXnSozekY3dovxK3ZWHPGORM=";
   };
 
   preConfigure = ''