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
commit 29d66de6f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [