about summary refs log tree commit diff
path: root/pkgs/development/web/bootstrap-studio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-28 08:12:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-28 08:12:06 +0000
commit1861ae19f5a0b34747ed19cbf683fd22a4db7558 (patch)
treeadcfefcedc5740e0b79e6abefd387b84109d4e11 /pkgs/development/web/bootstrap-studio
parentf2f39a2aff7a458d05f205a63d805029ae8f5be5 (diff)
bootstrap-studio: 6.0.1 -> 6.2.1
Diffstat (limited to 'pkgs/development/web/bootstrap-studio')
-rw-r--r--pkgs/development/web/bootstrap-studio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/bootstrap-studio/default.nix b/pkgs/development/web/bootstrap-studio/default.nix
index 988c279814606..67b2af313a6a4 100644
--- a/pkgs/development/web/bootstrap-studio/default.nix
+++ b/pkgs/development/web/bootstrap-studio/default.nix
@@ -2,10 +2,10 @@
 
 let
   pname = "bootstrap-studio";
-  version = "6.0.1";
+  version = "6.2.1";
   src = fetchurl {
     url = "https://bootstrapstudio.io/releases/desktop/${version}/Bootstrap%20Studio.AppImage";
-    sha256 = "sha256-piRqIB/bCF0IBZfXdlXrc7gmPTIUDbk8xhP7X5ozyWg=";
+    sha256 = "sha256-1+3YCM1K2k1Gga7Y2ciMqmwzxYJQ7Ab5uDHP1iHXK7g=";
   };
   appimageContents = appimageTools.extractType2 { inherit pname version src; };
 in