octoprint.python.pkgs.simpleemergencystop: 1.0.3 -> 1.0.5

This commit is contained in:
Martin Weinelt 2021-08-09 17:18:21 +02:00
parent c94b2d6f8f
commit 47fea9853b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -261,13 +261,13 @@ in {
simpleemergencystop = buildPlugin rec {
pname = "SimpleEmergencyStop";
version = "1.0.3";
version = "1.0.5";
src = fetchFromGitHub {
owner = "Sebclem";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "0hhh5grmn32abkix1b9fr1d0pcpdi2r066iypcxdxcza9qzwjiyi";
sha256 = "sha256-MbP3cKa9FPElQ/M8ykYh9kVXl8hNvmGiCHDvjgWvm9k=";
};
meta = with lib; {