Unverified Commit 75aae8fa authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

bolt-launcher: 0.18.0 -> 0.19.0 (#432475)

parents 7e169bfa b8ff6286
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@ in
let
  bolt = stdenv.mkDerivation (finalAttrs: {
    pname = "bolt-launcher";
    version = "0.18.0";
    version = "0.19.0";

    src = fetchFromGitHub {
      owner = "AdamCake";
      repo = "bolt";
      tag = finalAttrs.version;
      fetchSubmodules = true;
      hash = "sha256-S9SZ9UfohEHfwmXmHsTeSW45BHTJA4wPdFQXsX3Pk34=";
      hash = "sha256-RTLlNB6eiesXZayC69hpnXQsAgmPuaJTC+18Q6KzAP0=";
    };

    nativeBuildInputs = [