summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/override/uqmi.nix
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
commit3301d01c71ea55773f6e06fc1b18776742df186c (patch)
treed668b92993004a48c42eb26f37d0ce939e94fc6d /tv/5pkgs/override/uqmi.nix
parent9f0918912088be61a00ad04d7dafc566588437ac (diff)
tv uqmi: init at unstable-2022-05-04
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 0000000..1eaecbd
--- /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=";
+ };
+})