Skip to content

Commit 06e1a47

Browse files
committed
lomiri.deviceinfo: 0.2.2 -> 0.2.3
1 parent 8b3baa1 commit 06e1a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/lomiri/development/deviceinfo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "deviceinfo";
16-
version = "0.2.2";
16+
version = "0.2.3";
1717

1818
src = fetchFromGitLab {
1919
owner = "ubports";
2020
repo = "development/core/deviceinfo";
2121
rev = finalAttrs.version;
22-
hash = "sha256-wTl+GgNiWzJxGLdU2iMH94UhQ40gjAPTVErouQIGXOA=";
22+
hash = "sha256-Tc/jbiEoekudfy9Si6Jy51wYue6cqlMigpDHJtFl64I=";
2323
};
2424

2525
outputs = [

0 commit comments

Comments
 (0)