summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/override/uqmi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/override/uqmi.nix')
-rw-r--r--tv/5pkgs/override/uqmi.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/tv/5pkgs/override/uqmi.nix b/tv/5pkgs/override/uqmi.nix
new file mode 100644
index 00000000..1eaecbd6
--- /dev/null
+++ b/tv/5pkgs/override/uqmi.nix
@@ -0,0 +1,10 @@
+self: super:
+
+super.uqmi.overrideAttrs (old: {
+ version = "unstable-2022-05-04";
+ src = self.fetchgit {
+ url = "https://git.openwrt.org/project/uqmi.git";
+ rev = "56cb2d4056fef132ccf78dfb6f3074ae5d109992";
+ hash = "sha256-PwnR24PbNKfLrsBlU5JTOHDzs/9Wgcuwfnu3dJuuZcM=";
+ };
+})