mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
octoprint.plugins.themeify: fix hash
This commit is contained in:
parent
b598fea8d2
commit
d779fd8706
@ -356,7 +356,7 @@ in
|
|||||||
owner = "Birkbjo";
|
owner = "Birkbjo";
|
||||||
repo = "Octoprint-${pname}";
|
repo = "Octoprint-${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0j1qs6kyh947npdy7pqda25fjkqinpas3sy0qyscqlxi558lhvx2";
|
sha256 = "sha256-om9IUSmxU8y0x8DrodW1EU/pilAN3+PbtYck6KfROEg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user