summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-15 03:08:23 +0100
committertv <tv@krebsco.de>2023-01-15 15:46:17 +0100
commit29bbb02a427d2fed5fbe39792ab46db9f8b55c1e (patch)
tree5bd26c86c4e0abb0c1e8a8b703a379c84bd367cf /tv
parent2c05d17476932ecd23e3ce902366d4c3d08dcaca (diff)
tv uqmi: init at unstable-2022-05-04
Diffstat (limited to 'tv')
-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=";
+ };
+})