lomiri.hfd-service: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-01-13 16:23:57 +00:00
parent 979627e9b7
commit 38c494da1d
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hfd-service";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/hfd-service";
rev = finalAttrs.version;
hash = "sha256-OpT1vNjnyq66v54EoGOZOUb4HECD4WRJRh9hYMB0GI0=";
hash = "sha256-PvZPdisqpKl9OSuQXIJW1y6EJ5moesJiEAQjpQjzyWQ=";
};
postPatch = ''