Merge pull request #289989 from amaxine/bolt-0.9.7

This commit is contained in:
maxine
2024-03-03 01:16:06 +00:00
committed by GitHub
+2 -2
View File
@@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "bolt";
version = "0.9.6";
version = "0.9.7";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "bolt";
repo = "bolt";
rev = version;
sha256 = "sha256-sJBY/pXUX5InLynsvAmapW54UF/WGn9eDlluWXjhubQ=";
sha256 = "sha256-6m4Yrev9W5WV4/pptc8tJ4hc6QSC+eJ7BSt2mx33s9U=";
};
patches = [