Unverified Commit 05176e1f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #257528 from LibreCybernetics/update-bolt

bolt: 0.9.5 → 0.9.6
parents 99cc16ca 0905c403
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.5";
  version = "0.9.6";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "bolt";
    repo = "bolt";
    rev = version;
    sha256 = "sha256-j1UO8lkVoS56hwPQXH8aIr1UegM6PdtaBXKZn50GP60=";
    sha256 = "sha256-sJBY/pXUX5InLynsvAmapW54UF/WGn9eDlluWXjhubQ=";
  };

  patches = [