We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23acc0 commit 915d2faCopy full SHA for 915d2fa
1 file changed
pkgs/development/libraries/uci/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation {
4
pname = "uci";
5
- version = "unstable-2020-01-27";
+ version = "unstable-2020-04-27";
6
7
src = fetchgit {
8
url = "https://git.openwrt.org/project/uci.git";
9
- rev = "e8d83732f9eb571dce71aa915ff38a072579610b";
10
- sha256 = "1si8dh8zzw4j6m7387qciw2akfvl7c4779s8q5ns2ys6dn4sz6by";
+ rev = "ec8d3233948603485e1b97384113fac9f1bab5d6";
+ sha256 = "0p765l8znvwhzhgkq7dp36w62k5rmzav59vgdqmqq1bjmlz1yyi6";
11
};
12
13
hardeningDisable = [ "all" ];
0 commit comments