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