Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

feedbackd: 0.1.0 -> 0.2.0

Also removed patch from upstream MR 109 as it's now merged.

+2 -9
+2 -9
pkgs/applications/misc/feedbackd/default.nix
··· 31 31 in 32 32 stdenv.mkDerivation rec { 33 33 pname = "feedbackd"; 34 - version = "0.1.0"; 34 + version = "0.2.0"; 35 35 36 36 outputs = [ "out" "dev" "devdoc" ]; 37 37 ··· 40 40 owner = "Librem5"; 41 41 repo = "feedbackd"; 42 42 rev = "v${version}"; 43 - hash = "sha256-7H5Ah4zo+wLKd0WoKoOgtIm7HcUSw8PTf/KzBlY75oc="; 43 + hash = "sha256-l5rfMx3ElW25A5WVqzfKBp57ebaNC9msqV7mvnwv10s="; 44 44 fetchSubmodules = true; 45 45 }; 46 - 47 - patches = [ 48 - (fetchpatch2 { 49 - url = "https://source.puri.sm/Librem5/feedbackd/-/merge_requests/109.patch"; 50 - hash = "sha256-z3Ud6P2GHYOaGA2vJDD3Sz47+M8p0VcYZ5gbYcGydMk="; 51 - }) 52 - ]; 53 46 54 47 depsBuildBuild = [ 55 48 pkg-config