mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore(kmod-nvidia): Add missing spec import and bump release (#7835)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
Name: kmod-%{kmod_name}
|
||||
Version: 580.105.08
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: NVIDIA display driver kernel module
|
||||
Epoch: 3
|
||||
License: NVIDIA License
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import "andax/bump_extras.rhai" as bump;
|
||||
import "andax/spec.rhai" as spec;
|
||||
|
||||
let v = bump::madoguchi("nvidia-kmod-common", labels.branch);
|
||||
let m = gh("NVIDIA/open-gpu-kernel-modules");
|
||||
|
||||
Reference in New Issue
Block a user