bolt: 0.9.2 -> 0.9.5

This commit is contained in:
Maxine Aubrey 2023-03-05 13:54:45 +01:00
parent 28bcccb5bf
commit f1e518e06f
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

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