Merge pull request #219682 from maxeaubrey/bolt_0.9.5

bolt: 0.9.2 -> 0.9.5
This commit is contained in:
Nick Cao 2023-03-06 10:53:04 +08:00 committed by GitHub
commit 42edc0ce93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "bolt";
version = "0.9.2";
version = "0.9.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "bolt";
repo = "bolt";
rev = version;
sha256 = "eXjj7oD5HOW/AG2uxDa0tSleKmbouFd2fwlL2HHFiMA=";
sha256 = "sha256-j1UO8lkVoS56hwPQXH8aIr1UegM6PdtaBXKZn50GP60=";
};
patches = [