Unverified Commit 42edc0ce authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #219682 from maxeaubrey/bolt_0.9.5

bolt: 0.9.2 -> 0.9.5
parents cdfc482d f1e518e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [