Commit 1a55efca authored by R. RyanTM's avatar R. RyanTM
Browse files

bootstrap-studio: 7.0.3 -> 7.1.1

parent cb51d8f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@

let
  pname = "bootstrap-studio";
  version = "7.0.3";
  version = "7.1.1";
  src = fetchurl {
    url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage";
    sha256 = "sha256-QfIZ2Gn1XT27Y6B0452MMWiHnJfPEWy79VY5vZxtlyE=";
    sha256 = "sha256-R9cgCLJGFO8B1PB/7YHtWyXidElW84hJCwxRME5kYGc=";
  };
  appimageContents = appimageTools.extractType2 { inherit pname version src; };
in