We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009423e commit f7dea2cCopy full SHA for f7dea2c
pkgs/by-name/pr/prometheus-rasdaemon-exporter/package.nix
@@ -28,6 +28,12 @@ python3Packages.buildPythonApplication {
28
url = "https://github.com/sanecz/prometheus-rasdaemon-exporter/commit/c9ab08e8918497edb8f1ab0f933fa270cb7860a8.patch";
29
hash = "sha256-QtjzXuxPG7e+cgUDVbAVNY4VyBp3W5+vQDAvFJ9t92I=";
30
})
31
+ # Fix sqlite3.connect URI passing
32
+ # https://github.com/sanecz/prometheus-rasdaemon-exporter/pull/2
33
+ (fetchpatch2 {
34
+ url = "https://github.com/sanecz/prometheus-rasdaemon-exporter/commit/52f6c47b77f480cd7f83853a2baffffb45f77b37.patch";
35
+ hash = "sha256-XYeWMkAhWJIOUKLeTstIJr3P37Jwt8tzRURCvlrrxVs=";
36
+ })
37
];
38
39
build-system = with python3Packages; [
0 commit comments