tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ustream-ssl: unstable-2022-12-08- -> unstable-2023-02-25
Maciej Krüger
2 years ago
54a92c8b
3a8aa079
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ustream-ssl
default.nix
+3
-3
pkgs/development/libraries/ustream-ssl/default.nix
···
2
2
3
3
stdenv.mkDerivation {
4
4
pname = "ustream-ssl";
5
5
-
version = "unstable-2022-12-08-${ssl_implementation.pname}";
5
5
+
version = "unstable-2023-02-25";
6
6
7
7
src = fetchgit {
8
8
url = "https://git.openwrt.org/project/ustream-ssl.git";
9
9
-
rev = "9217ab46536353c7c792951b57163063f5ec7a3b";
10
10
-
sha256 = "1ldyyb3is213iljyccx98f56rb69rfpgdcb1kjxw9a176hvpipdd";
9
9
+
rev = "498f6e268d4d2b0ad33b430f4ba1abe397d31496";
10
10
+
hash = "sha256-qwF3pzJ/nUTaJ8NZtgLyXnSozekY3dovxK3ZWHPGORM=";
11
11
};
12
12
13
13
preConfigure = ''