Skip to content

Commit 915d2fa

Browse files
author
Milan Pässler
committed
uci: unstable-2020-01-27 -> unstable-2020-04-27
1 parent f23acc0 commit 915d2fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/libraries/uci/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation {
44
pname = "uci";
5-
version = "unstable-2020-01-27";
5+
version = "unstable-2020-04-27";
66

77
src = fetchgit {
88
url = "https://git.openwrt.org/project/uci.git";
9-
rev = "e8d83732f9eb571dce71aa915ff38a072579610b";
10-
sha256 = "1si8dh8zzw4j6m7387qciw2akfvl7c4779s8q5ns2ys6dn4sz6by";
9+
rev = "ec8d3233948603485e1b97384113fac9f1bab5d6";
10+
sha256 = "0p765l8znvwhzhgkq7dp36w62k5rmzav59vgdqmqq1bjmlz1yyi6";
1111
};
1212

1313
hardeningDisable = [ "all" ];

0 commit comments

Comments
 (0)