summary refs log tree commit diff
path: root/pkgs/applications/misc/octoprint
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-03-03 14:16:38 +0300
committerNikolay Amiantov <ab@fmap.me>2016-03-04 14:42:36 +0300
commit8dd642b688e72392f536f428a7f4e856010d8c5f (patch)
tree566f4afbf27e7e39b0cd3251d49fbd70cfc88db8 /pkgs/applications/misc/octoprint
parent4ea6a10cb6524a8aac082166d1b489b2ccbe15e7 (diff)
downloadnixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar.gz
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar.bz2
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar.lz
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar.xz
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.tar.zst
nixpkgs-8dd642b688e72392f536f428a7f4e856010d8c5f.zip
octoprint-plugins.m3d-fio: 0.27.1 -> 0.29
Diffstat (limited to 'pkgs/applications/misc/octoprint')
-rw-r--r--pkgs/applications/misc/octoprint/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/octoprint/plugins.nix b/pkgs/applications/misc/octoprint/plugins.nix
index 39384e15a36..ba31d3fb342 100644
--- a/pkgs/applications/misc/octoprint/plugins.nix
+++ b/pkgs/applications/misc/octoprint/plugins.nix
@@ -8,13 +8,13 @@ in {
 
   m3d-fio = buildPlugin rec {
     name = "M3D-Fio-${version}";
-    version = "0.27.1";
+    version = "0.29";
 
     src = fetchFromGitHub {
       owner = "donovan6000";
       repo = "M3D-Fio";
       rev = "V${version}";
-      sha256 = "0jfb417wgdq6fzpxwq6xrrlpkndjwq69h4cdm0ixbyqkp7a3kcm2";
+      sha256 = "1ifbq7yibq42jjvqvklnx3qzr6vk2ngsxh3xhlbdrhqrg54gky4r";
     };
 
     patches = [