mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
octoprint.plugins.printtimegenius: 2.2.8 -> 2.3.1
This commit is contained in:
parent
2f7f9e4ae3
commit
3b5f59a08e
@ -235,13 +235,13 @@ in
|
||||
|
||||
printtimegenius = buildPlugin rec {
|
||||
pname = "printtimegenius";
|
||||
version = "2.2.8";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eyal0";
|
||||
repo = "OctoPrint-PrintTimeGenius";
|
||||
rev = version;
|
||||
sha256 = "sha256-Bbpm7y4flzEbUb6Sgkp6hIIHs455A0IsbmzvZwlkbh0=";
|
||||
sha256 = "sha256-2lxaTcmPBSdfMmViIfLEbeYWfXZpNVAO4i5Z678gWy0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with super; [
|
||||
|
Loading…
Reference in New Issue
Block a user