summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2021-04-05 12:23:19 +0200
committerGabriel Ebner <gebner@gebner.org>2021-04-05 12:23:19 +0200
commitc961f317d70ac154fc8a1f5314fe1e3ce702e6f2 (patch)
treeab6c8f6b882a33da371225925907f830a76ef381 /pkgs/applications
parente0a09eb292d05b426500cda88997315b4deb1043 (diff)
downloadnixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar.gz
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar.bz2
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar.lz
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar.xz
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.tar.zst
nixpkgs-c961f317d70ac154fc8a1f5314fe1e3ce702e6f2.zip
curaPlugins.octoprint: 3.5.16 -> 3.5.18
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/cura/plugins.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/cura/plugins.nix b/pkgs/applications/misc/cura/plugins.nix
index 699df0e1936..bd22cc4745a 100644
--- a/pkgs/applications/misc/cura/plugins.nix
+++ b/pkgs/applications/misc/cura/plugins.nix
@@ -6,13 +6,13 @@ let
 
     octoprint = stdenv.mkDerivation rec {
       pname = "Cura-OctoPrintPlugin";
-      version = "3.5.16";
+      version = "3.5.18";
 
       src = fetchFromGitHub {
         owner = "fieldOfView";
         repo = pname;
-        rev = "8affa8aa9796cb37129d3b7222fff03f86c936cd";
-        sha256 = "0l4qfcashkdmpdm8nm3klz6hmi1f0bmbpb9b1yn4mvg0fam6c5xi";
+        rev = "7bd73946fbf22d18337dc900a81a011ece26bee0";
+        sha256 = "057b2f5f49p96lkh2wsr9w6yh2003x4a85irqsgbzp6igmk8imdn";
       };
 
       propagatedBuildInputs = with python3Packages; [