feedbackd: 0.1.0 -> 0.2.0

Also removed patch from upstream MR 109 as it's now merged.
This commit is contained in:
Bryton Hall 2023-05-22 20:05:56 -04:00
parent 493c6d8505
commit 998c9067cf

View file

@ -31,7 +31,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "feedbackd"; pname = "feedbackd";
version = "0.1.0"; version = "0.2.0";
outputs = [ "out" "dev" "devdoc" ]; outputs = [ "out" "dev" "devdoc" ];
@ -40,17 +40,10 @@ stdenv.mkDerivation rec {
owner = "Librem5"; owner = "Librem5";
repo = "feedbackd"; repo = "feedbackd";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7H5Ah4zo+wLKd0WoKoOgtIm7HcUSw8PTf/KzBlY75oc="; hash = "sha256-l5rfMx3ElW25A5WVqzfKBp57ebaNC9msqV7mvnwv10s=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = [
(fetchpatch2 {
url = "https://source.puri.sm/Librem5/feedbackd/-/merge_requests/109.patch";
hash = "sha256-z3Ud6P2GHYOaGA2vJDD3Sz47+M8p0VcYZ5gbYcGydMk=";
})
];
depsBuildBuild = [ depsBuildBuild = [
pkg-config pkg-config
]; ];