gyroflow: update lens profiles to v36

This commit is contained in:
arduano
2026-01-02 21:23:21 +11:00
parent 23dbc42e89
commit bf35689eb8
+2 -2
View File
@@ -19,8 +19,8 @@ let
lens-profiles = fetchFromGitHub {
owner = "gyroflow";
repo = "lens_profiles";
tag = "v19";
hash = "sha256-8R2mMqKxzoa5Sfqxs8pcfwUfo1PQKSrnM+60Ri3wiXY=";
tag = "v36";
hash = "sha256-JjH7cGT9hzB9pv0W6FUPaejkiUj357IM2siJNrSHiYY=";
};
in
rustPlatform.buildRustPackage rec {