diff options
| author | Bernardo Meurer <bernardo@meurer.org> | 2022-06-25 21:57:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-25 21:57:20 -0700 |
| commit | 4a155658a7c3a9e465c365beb0a50352efa64ca0 (patch) | |
| tree | aa4049de68e521ec30e35bdba13c093731facd35 | |
| parent | Merge pull request #179031 from NixOS/backport-178917-to-release-22.05 (diff) | |
| parent | octoprint.python.pkgs.stlviewer: fix build (diff) | |
| download | nixpkgs-4a155658a7c3a9e465c365beb0a50352efa64ca0.tar.gz | |
Merge pull request #179106 from NixOS/backport-178486-to-release-22.05
[Backport release-22.05] octoprint.python.pkgs.stlviewer: fix build
| -rw-r--r-- | pkgs/applications/misc/octoprint/plugins.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/octoprint/plugins.nix b/pkgs/applications/misc/octoprint/plugins.nix index ae82d4023247..822f2c13cbea 100644 --- a/pkgs/applications/misc/octoprint/plugins.nix +++ b/pkgs/applications/misc/octoprint/plugins.nix @@ -311,8 +311,8 @@ in src = fetchFromGitHub { owner = "jneilliii"; repo = "OctoPrint-STLViewer"; - rev = version; - sha256 = "0mkvh44fn2ch4z2avsdjwi1rp353ylmk9j5fln4x7rx8ph8y7g2b"; + rev = "refs/tags/${version}"; + sha256 = "sha256-S7zjEbyo59OJpa7INCv1o4ybQ+Sy6a3EJ5AJ6wiBe1Y="; }; meta = with lib; { |
